Uses of Interface
org.eclipse.tycho.ArtifactDescriptor
-
-
Uses of ArtifactDescriptor in org.eclipse.sisu.equinox.launching
Methods in org.eclipse.sisu.equinox.launching that return ArtifactDescriptor Modifier and Type Method Description ArtifactDescriptorDefaultEquinoxInstallationDescription. getBundle(java.lang.String symbolicName, java.lang.String highestVersion)ArtifactDescriptorEquinoxInstallationDescription. getBundle(java.lang.String symbolicName, java.lang.String highestVersion)ArtifactDescriptorDefaultEquinoxInstallationDescription. getSystemBundle()ArtifactDescriptorEquinoxInstallationDescription. getSystemBundle()Methods in org.eclipse.sisu.equinox.launching that return types with arguments of type ArtifactDescriptor Modifier and Type Method Description java.util.List<ArtifactDescriptor>DefaultEquinoxInstallationDescription. getBundles()java.util.List<ArtifactDescriptor>EquinoxInstallationDescription. getBundles()Methods in org.eclipse.sisu.equinox.launching with parameters of type ArtifactDescriptor Modifier and Type Method Description voidDefaultEquinoxInstallationDescription. addBundle(ArtifactDescriptor artifact)voidEquinoxInstallationDescription. addBundle(ArtifactDescriptor artifact) -
Uses of ArtifactDescriptor in org.eclipse.tycho.artifacts
Methods in org.eclipse.tycho.artifacts that return ArtifactDescriptor Modifier and Type Method Description ArtifactDescriptorDependencyArtifacts. getArtifact(java.lang.String type, java.lang.String id, java.lang.String version)Returns artifact of the given type and id and best matching version or null if no such artifact is found.ArtifactDescriptorDependencyArtifacts. getArtifact(ArtifactKey key)Methods in org.eclipse.tycho.artifacts that return types with arguments of type ArtifactDescriptor Modifier and Type Method Description java.util.Map<java.lang.String,ArtifactDescriptor>DependencyArtifacts. getArtifact(java.io.File location)Returns map of artifact descriptors at the given location.java.util.List<ArtifactDescriptor>DependencyArtifacts. getArtifacts()Returns all artifacts.java.util.List<ArtifactDescriptor>DependencyArtifacts. getArtifacts(java.lang.String type)Returns all artifacts of the given type. -
Uses of ArtifactDescriptor in org.eclipse.tycho.core
Subinterfaces of ArtifactDescriptor in org.eclipse.tycho.core Modifier and Type Interface Description interfaceFeatureDescriptioninterfacePluginDescriptionDescribes Eclipse plugin jar in context of aggregator project like eclipse-feature or eclipse-application.Method parameters in org.eclipse.tycho.core with type arguments of type ArtifactDescriptor Modifier and Type Method Description voidArtifactDependencyVisitor. missingFeature(FeatureRef ref, java.util.List<ArtifactDescriptor> walkback)voidArtifactDependencyVisitor. missingPlugin(PluginRef ref, java.util.List<ArtifactDescriptor> walkback)protected java.lang.RuntimeExceptionArtifactDependencyVisitor. newRuntimeException(java.lang.String message, java.lang.String missing, java.util.List<ArtifactDescriptor> walkback) -
Uses of ArtifactDescriptor in org.eclipse.tycho.core.maven
Methods in org.eclipse.tycho.core.maven with parameters of type ArtifactDescriptor Modifier and Type Method Description (package private) voidMavenDependencyInjector. addDependency(ArtifactDescriptor artifact)private java.util.List<org.apache.maven.model.Dependency>MavenDependencyInjector. newExternalDependencies(ArtifactDescriptor artifact)private java.util.List<org.apache.maven.model.Dependency>MavenDependencyInjector. newProjectDependencies(ArtifactDescriptor artifact)Method parameters in org.eclipse.tycho.core.maven with type arguments of type ArtifactDescriptor Modifier and Type Method Description voidMavenDependencyCollector. missingPlugin(PluginRef ref, java.util.List<ArtifactDescriptor> walkback)Deprecated. -
Uses of ArtifactDescriptor in org.eclipse.tycho.core.osgitools
Classes in org.eclipse.tycho.core.osgitools that implement ArtifactDescriptor Modifier and Type Class Description classDefaultArtifactDescriptorclassDefaultFeatureDescriptionclassDefaultPluginDescriptionFields in org.eclipse.tycho.core.osgitools with type parameters of type ArtifactDescriptor Modifier and Type Field Description private java.util.Map<ArtifactKey,ArtifactDescriptor>AbstractArtifactDependencyWalker.WalkbackPath. visitedprivate java.util.Stack<ArtifactDescriptor>AbstractArtifactDependencyWalker.WalkbackPath. walkbackMethods in org.eclipse.tycho.core.osgitools that return ArtifactDescriptor Modifier and Type Method Description protected ArtifactDescriptorAbstractArtifactDependencyWalker. getArtifact(java.io.File location, java.lang.String id)protected ArtifactDescriptorOsgiBundleProject. getArtifact(DependencyArtifacts artifacts, java.io.File location, java.lang.String id)Methods in org.eclipse.tycho.core.osgitools that return types with arguments of type ArtifactDescriptor Modifier and Type Method Description (package private) java.util.Collection<ArtifactDescriptor>AbstractArtifactDependencyWalker.WalkbackPath. getVisited()java.util.List<ArtifactDescriptor>AbstractArtifactDependencyWalker.WalkbackPath. getWalkback()Methods in org.eclipse.tycho.core.osgitools with parameters of type ArtifactDescriptor Modifier and Type Method Description (package private) voidAbstractArtifactDependencyWalker.WalkbackPath. enter(ArtifactDescriptor artifact)private java.util.List<java.io.File>OsgiBundleProject. getBundleClasspath(ArtifactDescriptor bundle)private java.util.List<java.io.File>OsgiBundleProject. getBundleEntry(ArtifactDescriptor bundle, java.lang.String nestedPath)private java.io.FileOsgiBundleProject. getNestedJarOrDir(ArtifactDescriptor bundle, java.lang.String cp)private java.util.List<java.io.File>OsgiBundleProject. getOtherProjectClasspath(ArtifactDescriptor bundle, ReactorProject otherProject, java.lang.String nestedPath)Returns bundle classpath entries.private java.util.List<java.io.File>OsgiBundleProject. getThisProjectClasspath(ArtifactDescriptor bundle, ReactorProject project)Returns project compile classpath entries.(package private) voidAbstractArtifactDependencyWalker.WalkbackPath. leave(ArtifactDescriptor artifact)private java.lang.String[]OsgiBundleProject. parseBundleClasspath(ArtifactDescriptor bundle) -
Uses of ArtifactDescriptor in org.eclipse.tycho.core.osgitools.targetplatform
Fields in org.eclipse.tycho.core.osgitools.targetplatform with type parameters of type ArtifactDescriptor Modifier and Type Field Description private static java.util.WeakHashMap<ArtifactDescriptor,ArtifactDescriptor>DefaultDependencyArtifacts. ARTIFACT_CACHEArtifactDescriptor cache used to correlate equal instances to reduce memory usageprivate static java.util.WeakHashMap<ArtifactDescriptor,ArtifactDescriptor>DefaultDependencyArtifacts. ARTIFACT_CACHEArtifactDescriptor cache used to correlate equal instances to reduce memory usageprotected java.util.Map<ArtifactKey,ArtifactDescriptor>ArtifactCollection. artifactsprotected java.util.Map<java.io.File,java.util.Map<java.lang.String,ArtifactDescriptor>>ArtifactCollection. locationsMethods in org.eclipse.tycho.core.osgitools.targetplatform that return ArtifactDescriptor Modifier and Type Method Description ArtifactDescriptorArtifactCollection. getArtifact(java.lang.String type, java.lang.String id, java.lang.String version)ArtifactDescriptorArtifactCollection. getArtifact(ArtifactKey key)protected ArtifactDescriptorArtifactCollection. normalize(ArtifactDescriptor artifact)protected ArtifactDescriptorDefaultDependencyArtifacts. normalize(ArtifactDescriptor artifact)Methods in org.eclipse.tycho.core.osgitools.targetplatform that return types with arguments of type ArtifactDescriptor Modifier and Type Method Description java.util.Map<java.lang.String,ArtifactDescriptor>ArtifactCollection. getArtifact(java.io.File location)java.util.List<ArtifactDescriptor>ArtifactCollection. getArtifacts()java.util.List<ArtifactDescriptor>ArtifactCollection. getArtifacts(java.lang.String type)Methods in org.eclipse.tycho.core.osgitools.targetplatform with parameters of type ArtifactDescriptor Modifier and Type Method Description voidArtifactCollection. addArtifact(ArtifactDescriptor artifact)protected voidArtifactCollection. addArtifact(ArtifactDescriptor artifact, boolean merge)protected ArtifactDescriptorArtifactCollection. normalize(ArtifactDescriptor artifact)protected ArtifactDescriptorDefaultDependencyArtifacts. normalize(ArtifactDescriptor artifact) -
Uses of ArtifactDescriptor in org.eclipse.tycho.dev
Methods in org.eclipse.tycho.dev with parameters of type ArtifactDescriptor Modifier and Type Method Description private DevBundleInfoDevWorkspaceResolver. newBundleInfo(ArtifactDescriptor descriptor) -
Uses of ArtifactDescriptor in org.eclipse.tycho.plugins.p2.publisher
Methods in org.eclipse.tycho.plugins.p2.publisher with parameters of type ArtifactDescriptor Modifier and Type Method Description private voidPublishProductMojo. checkMacOSLauncherCompatibility(ArtifactDescriptor executablesFeature) -
Uses of ArtifactDescriptor in org.eclipse.tycho.pomgenerator
Methods in org.eclipse.tycho.pomgenerator that return ArtifactDescriptor Modifier and Type Method Description protected ArtifactDescriptorGeneratePomsMojo. getArtifact(java.io.File basedir) -
Uses of ArtifactDescriptor in org.eclipse.tycho.resolver
Methods in org.eclipse.tycho.resolver with parameters of type ArtifactDescriptor Modifier and Type Method Description booleanDependencyVisitor. visit(ArtifactDescriptor artifact) -
Uses of ArtifactDescriptor in org.eclipse.tycho.surefire.provisioning
Fields in org.eclipse.tycho.surefire.provisioning declared as ArtifactDescriptor Modifier and Type Field Description private ArtifactDescriptorProvisionedInstallationDescription. systemBundleDescriptorMethods in org.eclipse.tycho.surefire.provisioning that return ArtifactDescriptor Modifier and Type Method Description ArtifactDescriptorProvisionedInstallationDescription. getBundle(java.lang.String symbolicName, java.lang.String highestVersion)ArtifactDescriptorProvisionedInstallationDescription. getSystemBundle()Methods in org.eclipse.tycho.surefire.provisioning that return types with arguments of type ArtifactDescriptor Modifier and Type Method Description java.util.List<ArtifactDescriptor>ProvisionedInstallationDescription. getBundles()Methods in org.eclipse.tycho.surefire.provisioning with parameters of type ArtifactDescriptor Modifier and Type Method Description voidProvisionedInstallationDescription. addBundle(ArtifactDescriptor artifact)
-