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, File file)
void
DefaultEquinoxInstallationDescription. addBundle(ArtifactKey key, File file, boolean override)
void
EquinoxInstallationDescription. addBundle(ArtifactKey key, File basedir)
void
EquinoxInstallationDescription. addBundle(ArtifactKey key, 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 String
DefaultEquinoxInstallationFactory. toOsgiBundles(Map<ArtifactKey,File> bundles, Map<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(String type, String id, 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)
File
TargetPlatform. getArtifactLocation(ArtifactKey artifact)
Returns the file system location of the given target platform artifact. -
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.osgitools
Methods in org.eclipse.tycho.core.osgitools that return ArtifactKey Modifier and Type Method Description ArtifactKey
DefaultClasspathEntry. getArtifactKey()
ArtifactKey
EclipseApplicationProject. getArtifactKey(ReactorProject project)
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)
ArtifactKey
DefaultArtifactDescriptor. getKey()
ArtifactKey
OsgiBundleProject. readArtifactKey(File location)
ArtifactKey
OsgiManifest. toArtifactKey()
Returns the bundle's key in the Eclipse artifact coordinate system.Constructors in org.eclipse.tycho.core.osgitools with parameters of type ArtifactKey Constructor Description DefaultArtifactDescriptor(ArtifactKey key, File location, ReactorProject project, String classifier, Set<Object> installableUnits)
DefaultClasspathEntry(ReactorProject project, ArtifactKey key, List<File> locations, List<ClasspathEntry.AccessRule> rules)
DefaultFeatureDescription(ArtifactKey key, File location, ReactorProject project, String classifier, Feature feature, FeatureRef featureRef, Set<Object> installableUnits)
DefaultPluginDescription(ArtifactKey key, File location, ReactorProject project, String classifier, PluginRef pluginRef, Set<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 Map<ArtifactKey,ArtifactDescriptor>
ArtifactCollection. artifacts
Methods in org.eclipse.tycho.core.osgitools.targetplatform that return ArtifactKey Modifier and Type Method Description ArtifactKey
LocalDependencyResolver. getArtifactKey(org.apache.maven.execution.MavenSession session, 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, File location, Set<Object> installableUnits)
void
ArtifactCollection. addReactorArtifact(ArtifactKey key, ReactorProject project, String classifier, Set<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
Methods in org.eclipse.tycho.dev that return ArtifactKey Modifier and Type Method Description ArtifactKey
DevBundleInfo. getArtifactKey()
Constructors in org.eclipse.tycho.dev with parameters of type ArtifactKey Constructor Description DevBundleInfo(ArtifactKey artifactKey, File location, String devEntries)
-
Uses of ArtifactKey in org.eclipse.tycho.p2.target
Methods in org.eclipse.tycho.p2.target that return ArtifactKey Modifier and Type Method Description 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 File
FinalTargetPlatformImpl. getArtifactLocation(ArtifactKey artifact)
File
PreliminaryTargetPlatformImpl. getArtifactLocation(ArtifactKey artifact)
static org.eclipse.equinox.p2.metadata.IArtifactKey
ArtifactTypeHelper. toP2ArtifactKey(ArtifactKey artifact)
-
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, File basedir)
void
ProvisionedInstallationDescription. addBundle(ArtifactKey key, File basedir, boolean override)
-