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 voidDefaultEquinoxInstallationDescription. addBundle(ArtifactKey key, java.io.File file)voidDefaultEquinoxInstallationDescription. addBundle(ArtifactKey key, java.io.File file, boolean override)voidEquinoxInstallationDescription. addBundle(ArtifactKey key, java.io.File basedir)voidEquinoxInstallationDescription. 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.StringDefaultEquinoxInstallationFactory. 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 classDefaultArtifactKeyMethods in org.eclipse.tycho that return ArtifactKey Modifier and Type Method Description ArtifactKeyArtifactDescriptor. 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 ArtifactKeyTargetPlatform. 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 ArtifactDescriptorDependencyArtifacts. getArtifact(ArtifactKey key)java.io.FileTargetPlatform. getArtifactLocation(ArtifactKey artifact)Returns the file system location of the given target platform artifact. -
Uses of ArtifactKey in org.eclipse.tycho.buildversion
Methods in org.eclipse.tycho.buildversion that return ArtifactKey Modifier and Type Method Description private ArtifactKeyAbstractVersionMojo. getOSGiArtifact() -
Uses of ArtifactKey in org.eclipse.tycho.classpath
Methods in org.eclipse.tycho.classpath that return ArtifactKey Modifier and Type Method Description ArtifactKeyClasspathEntry. 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 ArtifactKeyTychoProject. 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.DependencyMavenDependencyInjector. createSystemScopeDependency(ArtifactKey artifactKey, java.io.File location)private org.apache.maven.model.DependencyMavenDependencyInjector. 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 ArtifactKeyDefaultArtifactDescriptor. keyprivate ArtifactKeyDefaultClasspathEntry. keyFields 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. visitedMethods in org.eclipse.tycho.core.osgitools that return ArtifactKey Modifier and Type Method Description ArtifactKeyDefaultClasspathEntry. getArtifactKey()ArtifactKeyEclipseApplicationProject. getArtifactKey(ReactorProject project)ArtifactKeyEclipseFeatureProject. getArtifactKey(ReactorProject project)ArtifactKeyEclipseRepositoryProject. getArtifactKey(ReactorProject project)The published repository is always under the id of the maven project: this published repository can contain multiple products.ArtifactKeyOsgiBundleProject. getArtifactKey(ReactorProject project)ArtifactKeyP2IUProject. getArtifactKey(ReactorProject project)ArtifactKeyUpdateSiteProject. getArtifactKey(ReactorProject project)ArtifactKeyDefaultArtifactDescriptor. getKey()ArtifactKeyOsgiBundleProject. readArtifactKey(java.io.File location)ArtifactKeyOsgiManifest. 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) booleanAbstractArtifactDependencyWalker.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)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. artifactsprivate static java.util.WeakHashMap<ArtifactKey,ArtifactKey>DefaultDependencyArtifacts. KEY_CACHEArtifactKey cache used to correlate equal instances to reduce memory usageprivate static java.util.WeakHashMap<ArtifactKey,ArtifactKey>DefaultDependencyArtifacts. KEY_CACHEArtifactKey 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 ArtifactKeyLocalDependencyResolver. getArtifactKey(org.apache.maven.execution.MavenSession session, java.io.File plugin)ArtifactKeyLocalDependencyResolver. getArtifactKey(org.apache.maven.execution.MavenSession session, org.apache.maven.project.MavenProject project)protected ArtifactKeyArtifactCollection. normalize(ArtifactKey key)protected ArtifactKeyDefaultDependencyArtifacts. normalize(ArtifactKey key)protected ArtifactKeyArtifactCollection. normalizePluginType(ArtifactKey key)Methods in org.eclipse.tycho.core.osgitools.targetplatform with parameters of type ArtifactKey Modifier and Type Method Description voidArtifactCollection. addArtifactFile(ArtifactKey key, java.io.File location, java.util.Set<java.lang.Object> installableUnits)voidArtifactCollection. addReactorArtifact(ArtifactKey key, ReactorProject project, java.lang.String classifier, java.util.Set<java.lang.Object> installableUnits)ArtifactDescriptorArtifactCollection. getArtifact(ArtifactKey key)protected ArtifactKeyArtifactCollection. normalize(ArtifactKey key)protected ArtifactKeyDefaultDependencyArtifacts. normalize(ArtifactKey key)protected ArtifactKeyArtifactCollection. 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 ArtifactKeyDevBundleInfo. artifactKeyMethods in org.eclipse.tycho.dev that return ArtifactKey Modifier and Type Method Description ArtifactKeyDevBundleInfo. getArtifactKey()Methods in org.eclipse.tycho.dev with parameters of type ArtifactKey Modifier and Type Method Description private java.lang.StringDevWorkspaceResolver. 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.target
Methods in org.eclipse.tycho.p2.target that return ArtifactKey Modifier and Type Method Description ArtifactKeyTargetPlatformBaseImpl. resolveArtifact(java.lang.String type, java.lang.String id, java.lang.String version)static ArtifactKeyArtifactTypeHelper. 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.IArtifactKeyArtifactTypeHelper. createP2ArtifactKey(java.lang.String type, ArtifactKey artifact)java.io.FileFinalTargetPlatformImpl. getArtifactLocation(ArtifactKey artifact)java.io.FilePreliminaryTargetPlatformImpl. getArtifactLocation(ArtifactKey artifact)static org.eclipse.equinox.p2.metadata.IArtifactKeyArtifactTypeHelper. 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 ArtifactKeyFeatureXmlTransformer. resolveFeatureReference(TargetPlatform targetPlatform, FeatureRef featureRef)private ArtifactKeyFeatureXmlTransformer. resolvePluginReference(TargetPlatform targetPlatform, PluginRef pluginRef)private ArtifactKeyIUXmlTransformer. 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 ArtifactKeyTestMojo. 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 voidProvisionedInstallationDescription. addBundle(ArtifactKey key, java.io.File basedir)voidProvisionedInstallationDescription. addBundle(ArtifactKey key, java.io.File basedir, boolean override)
-