Uses of Interface
org.eclipse.tycho.ArtifactKey
-
-
Uses of ArtifactKey in org.eclipse.sisu.equinox.launching
Methods in org.eclipse.sisu.equinox.launching with parameters of type ArtifactKey Modifier and Type Method Description void
DefaultEquinoxInstallationDescription. addBundle(ArtifactKey key, java.io.File file)
void
DefaultEquinoxInstallationDescription. addBundle(ArtifactKey key, java.io.File file, boolean override)
void
EquinoxInstallationDescription. addBundle(ArtifactKey key, java.io.File basedir)
void
EquinoxInstallationDescription. addBundle(ArtifactKey key, java.io.File basedir, boolean override)
-
Uses of ArtifactKey in org.eclipse.sisu.equinox.launching.internal
Method parameters in org.eclipse.sisu.equinox.launching.internal with type arguments of type ArtifactKey Modifier and Type Method Description protected java.lang.String
DefaultEquinoxInstallationFactory. toOsgiBundles(java.util.Map<ArtifactKey,java.io.File> bundles, java.util.Map<java.lang.String,BundleStartLevel> startLevel, BundleStartLevel defaultStartLevel)
-
Uses of ArtifactKey in org.eclipse.tycho
Classes in org.eclipse.tycho that implement ArtifactKey Modifier and Type Class Description class
DefaultArtifactKey
Methods in org.eclipse.tycho that return ArtifactKey Modifier and Type Method Description ArtifactKey
ArtifactDescriptor. getKey()
Eclipse/OSGi artifact key (a.k.a. -
Uses of ArtifactKey in org.eclipse.tycho.artifacts
Methods in org.eclipse.tycho.artifacts that return ArtifactKey Modifier and Type Method Description ArtifactKey
TargetPlatform. resolveArtifact(java.lang.String type, java.lang.String id, java.lang.String versionRef)
Returns an artifact of the given type, id and matching version.Methods in org.eclipse.tycho.artifacts with parameters of type ArtifactKey Modifier and Type Method Description ArtifactDescriptor
DependencyArtifacts. getArtifact(ArtifactKey key)
java.io.File
TargetPlatform. getArtifactLocation(ArtifactKey artifact)
Returns the file system location of the given target platform artifact.boolean
TargetPlatform. isFileAlreadyAvailable(ArtifactKey artifactKey)
-
Uses of ArtifactKey in org.eclipse.tycho.buildversion
Methods in org.eclipse.tycho.buildversion that return ArtifactKey Modifier and Type Method Description private ArtifactKey
AbstractVersionMojo. getOSGiArtifact()
-
Uses of ArtifactKey in org.eclipse.tycho.classpath
Methods in org.eclipse.tycho.classpath that return ArtifactKey Modifier and Type Method Description ArtifactKey
ClasspathEntry. getArtifactKey()
ArtifactKey that corresponds to this classpath entry. -
Uses of ArtifactKey in org.eclipse.tycho.core
Methods in org.eclipse.tycho.core that return ArtifactKey Modifier and Type Method Description ArtifactKey
TychoProject. getArtifactKey(ReactorProject project)
-
Uses of ArtifactKey in org.eclipse.tycho.core.maven
Methods in org.eclipse.tycho.core.maven with parameters of type ArtifactKey Modifier and Type Method Description private org.apache.maven.model.Dependency
MavenDependencyInjector. createSystemScopeDependency(ArtifactKey artifactKey, java.io.File location)
private org.apache.maven.model.Dependency
MavenDependencyInjector. createSystemScopeDependency(ArtifactKey artifactKey, java.lang.String groupId, java.io.File location)
-
Uses of ArtifactKey in org.eclipse.tycho.core.osgitools
Fields in org.eclipse.tycho.core.osgitools declared as ArtifactKey Modifier and Type Field Description private ArtifactKey
DefaultArtifactDescriptor. key
private ArtifactKey
DefaultClasspathEntry. key
Fields in org.eclipse.tycho.core.osgitools with type parameters of type ArtifactKey Modifier and Type Field Description private java.util.Map<ArtifactKey,ArtifactDescriptor>
AbstractArtifactDependencyWalker.WalkbackPath. visited
Methods in org.eclipse.tycho.core.osgitools that return ArtifactKey Modifier and Type Method Description ArtifactKey
DefaultClasspathEntry. getArtifactKey()
ArtifactKey
EclipseApplicationProject. getArtifactKey(ReactorProject project)
Deprecated.ArtifactKey
EclipseFeatureProject. getArtifactKey(ReactorProject project)
ArtifactKey
EclipseRepositoryProject. getArtifactKey(ReactorProject project)
The published repository is always under the id of the maven project: this published repository can contain multiple products.ArtifactKey
OsgiBundleProject. getArtifactKey(ReactorProject project)
ArtifactKey
P2IUProject. getArtifactKey(ReactorProject project)
ArtifactKey
UpdateSiteProject. getArtifactKey(ReactorProject project)
Deprecated.ArtifactKey
DefaultArtifactDescriptor. getKey()
ArtifactKey
OsgiBundleProject. readArtifactKey(java.io.File location)
ArtifactKey
OsgiManifest. toArtifactKey()
Returns the bundle's key in the Eclipse artifact coordinate system.Methods in org.eclipse.tycho.core.osgitools with parameters of type ArtifactKey Modifier and Type Method Description (package private) boolean
AbstractArtifactDependencyWalker.WalkbackPath. visited(ArtifactKey key)
Constructors in org.eclipse.tycho.core.osgitools with parameters of type ArtifactKey Constructor Description DefaultArtifactDescriptor(ArtifactKey key, java.io.File location, ReactorProject project, java.lang.String classifier, java.util.Set<java.lang.Object> installableUnits)
DefaultArtifactDescriptor(ArtifactKey key, java.util.function.Function<ArtifactDescriptor,java.io.File> location, ReactorProject project, java.lang.String classifier, java.util.Set<java.lang.Object> installableUnits)
DefaultClasspathEntry(ReactorProject project, ArtifactKey key, java.util.List<java.io.File> locations, java.util.List<ClasspathEntry.AccessRule> rules)
DefaultFeatureDescription(ArtifactKey key, java.io.File location, ReactorProject project, java.lang.String classifier, Feature feature, FeatureRef featureRef, java.util.Set<java.lang.Object> installableUnits)
DefaultPluginDescription(ArtifactKey key, java.io.File location, ReactorProject project, java.lang.String classifier, PluginRef pluginRef, java.util.Set<java.lang.Object> installableUnits)
-
Uses of ArtifactKey in org.eclipse.tycho.core.osgitools.targetplatform
Fields in org.eclipse.tycho.core.osgitools.targetplatform with type parameters of type ArtifactKey Modifier and Type Field Description protected java.util.Map<ArtifactKey,ArtifactDescriptor>
ArtifactCollection. artifacts
private static java.util.Map<ArtifactKey,ArtifactKey>
DefaultDependencyArtifacts. KEY_CACHE
ArtifactKey cache used to correlate equal instances to reduce memory usageprivate static java.util.Map<ArtifactKey,ArtifactKey>
DefaultDependencyArtifacts. KEY_CACHE
ArtifactKey cache used to correlate equal instances to reduce memory usageMethods in org.eclipse.tycho.core.osgitools.targetplatform that return ArtifactKey Modifier and Type Method Description ArtifactKey
LocalDependencyResolver. getArtifactKey(org.apache.maven.execution.MavenSession session, java.io.File plugin)
ArtifactKey
LocalDependencyResolver. getArtifactKey(org.apache.maven.execution.MavenSession session, org.apache.maven.project.MavenProject project)
protected ArtifactKey
ArtifactCollection. normalize(ArtifactKey key)
protected ArtifactKey
DefaultDependencyArtifacts. normalize(ArtifactKey key)
protected ArtifactKey
ArtifactCollection. normalizePluginType(ArtifactKey key)
Methods in org.eclipse.tycho.core.osgitools.targetplatform with parameters of type ArtifactKey Modifier and Type Method Description void
ArtifactCollection. addArtifactFile(ArtifactKey key, java.io.File location, java.util.Set<java.lang.Object> installableUnits)
void
ArtifactCollection. addArtifactFile(ArtifactKey key, java.util.function.Supplier<java.io.File> location, java.util.Set<java.lang.Object> installableUnits)
void
ArtifactCollection. addReactorArtifact(ArtifactKey key, ReactorProject project, java.lang.String classifier, java.util.Set<java.lang.Object> installableUnits)
ArtifactDescriptor
ArtifactCollection. getArtifact(ArtifactKey key)
protected ArtifactKey
ArtifactCollection. normalize(ArtifactKey key)
protected ArtifactKey
DefaultDependencyArtifacts. normalize(ArtifactKey key)
protected ArtifactKey
ArtifactCollection. normalizePluginType(ArtifactKey key)
-
Uses of ArtifactKey in org.eclipse.tycho.dev
Fields in org.eclipse.tycho.dev declared as ArtifactKey Modifier and Type Field Description private ArtifactKey
DevBundleInfo. artifactKey
Methods in org.eclipse.tycho.dev that return ArtifactKey Modifier and Type Method Description ArtifactKey
DevBundleInfo. getArtifactKey()
Methods in org.eclipse.tycho.dev with parameters of type ArtifactKey Modifier and Type Method Description private java.lang.String
DevWorkspaceResolver. toStringKey(ArtifactKey key)
Constructors in org.eclipse.tycho.dev with parameters of type ArtifactKey Constructor Description DevBundleInfo(ArtifactKey artifactKey, java.io.File location, java.lang.String devEntries)
-
Uses of ArtifactKey in org.eclipse.tycho.p2.resolver
Classes in org.eclipse.tycho.p2.resolver that implement ArtifactKey Modifier and Type Class Description class
DefaultP2ResolutionResultEntry
Fields in org.eclipse.tycho.p2.resolver declared as ArtifactKey Modifier and Type Field Description ArtifactKey
ClassifiedArtifactKey. artifactKey
Methods in org.eclipse.tycho.p2.resolver with parameters of type ArtifactKey Modifier and Type Method Description void
DefaultP2ResolutionResult. addArtifact(ArtifactKey artifactKey, java.lang.String classifier, org.eclipse.equinox.p2.metadata.IInstallableUnit installableUnit, org.eclipse.equinox.p2.metadata.IArtifactKey p2ArtifactKey, P2TargetPlatform resolutionContext)
Method parameters in org.eclipse.tycho.p2.resolver with type arguments of type ArtifactKey Modifier and Type Method Description void
DefaultP2ResolutionResult. addResolvedArtifact(java.util.Optional<ArtifactKey> artifactKey, java.lang.String classifier, org.eclipse.equinox.p2.metadata.IInstallableUnit installableUnit, java.io.File location)
Constructors in org.eclipse.tycho.p2.resolver with parameters of type ArtifactKey Constructor Description ClassifiedArtifactKey(ArtifactKey key, java.lang.String classifier)
-
Uses of ArtifactKey in org.eclipse.tycho.p2.resolver.facade
Subinterfaces of ArtifactKey in org.eclipse.tycho.p2.resolver.facade Modifier and Type Interface Description static interface
P2ResolutionResult.Entry
-
Uses of ArtifactKey in org.eclipse.tycho.p2.target
Methods in org.eclipse.tycho.p2.target that return ArtifactKey Modifier and Type Method Description ArtifactKey
TargetPlatformBaseImpl. resolveArtifact(java.lang.String type, java.lang.String id, java.lang.String version)
static ArtifactKey
ArtifactTypeHelper. toTychoArtifact(org.eclipse.equinox.p2.metadata.IInstallableUnit unit)
Methods in org.eclipse.tycho.p2.target with parameters of type ArtifactKey Modifier and Type Method Description private static org.eclipse.equinox.p2.metadata.IArtifactKey
ArtifactTypeHelper. createP2ArtifactKey(java.lang.String type, ArtifactKey artifact)
java.io.File
TargetPlatformBaseImpl. getArtifactLocation(ArtifactKey artifact)
boolean
TargetPlatformBaseImpl. isFileAlreadyAvailable(ArtifactKey artifact)
static org.eclipse.equinox.p2.metadata.IArtifactKey
ArtifactTypeHelper. toP2ArtifactKey(ArtifactKey artifact)
-
Uses of ArtifactKey in org.eclipse.tycho.packaging
Methods in org.eclipse.tycho.packaging that return ArtifactKey Modifier and Type Method Description private ArtifactKey
FeatureXmlTransformer. resolveFeatureReference(TargetPlatform targetPlatform, FeatureRef featureRef)
private ArtifactKey
FeatureXmlTransformer. resolvePluginReference(TargetPlatform targetPlatform, PluginRef pluginRef)
private ArtifactKey
IUXmlTransformer. resolveRequirementReference(TargetPlatform targetPlatform, java.lang.String name, java.lang.String version, java.lang.String xml)
-
Uses of ArtifactKey in org.eclipse.tycho.surefire
Methods in org.eclipse.tycho.surefire that return ArtifactKey Modifier and Type Method Description private ArtifactKey
TestMojo. getBundleArtifactKey(java.io.File file)
-
Uses of ArtifactKey in org.eclipse.tycho.surefire.provisioning
Methods in org.eclipse.tycho.surefire.provisioning with parameters of type ArtifactKey Modifier and Type Method Description void
ProvisionedInstallationDescription. addBundle(ArtifactKey key, java.io.File basedir)
void
ProvisionedInstallationDescription. addBundle(ArtifactKey key, java.io.File basedir, boolean override)
-