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(String symbolicName, String highestVersion)ArtifactDescriptorEquinoxInstallationDescription. getBundle(String symbolicName, 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 List<ArtifactDescriptor>DefaultEquinoxInstallationDescription. getBundles()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(String type, String id, 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 Map<String,ArtifactDescriptor>DependencyArtifacts. getArtifact(File location)Returns map of artifact descriptors at the given location.List<ArtifactDescriptor>DependencyArtifacts. getArtifacts()Returns all artifacts.List<ArtifactDescriptor>DependencyArtifacts. getArtifacts(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, List<ArtifactDescriptor> walkback)voidArtifactDependencyVisitor. missingPlugin(PluginRef ref, List<ArtifactDescriptor> walkback)protected RuntimeExceptionArtifactDependencyVisitor. newRuntimeException(String message, String missing, List<ArtifactDescriptor> walkback) -
Uses of ArtifactDescriptor in org.eclipse.tycho.core.maven
Method parameters in org.eclipse.tycho.core.maven with type arguments of type ArtifactDescriptor Modifier and Type Method Description voidMavenDependencyCollector. missingPlugin(PluginRef ref, 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 classDefaultArtifactDescriptorclassDefaultFeatureDescriptionclassDefaultPluginDescriptionMethods in org.eclipse.tycho.core.osgitools that return ArtifactDescriptor Modifier and Type Method Description protected ArtifactDescriptorAbstractArtifactDependencyWalker. getArtifact(File location, String id)protected ArtifactDescriptorOsgiBundleProject. getArtifact(DependencyArtifacts artifacts, File location, String id)Methods in org.eclipse.tycho.core.osgitools that return types with arguments of type ArtifactDescriptor Modifier and Type Method Description List<ArtifactDescriptor>AbstractArtifactDependencyWalker.WalkbackPath. getWalkback() -
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 protected Map<ArtifactKey,ArtifactDescriptor>ArtifactCollection. artifactsprotected Map<File,Map<String,ArtifactDescriptor>>ArtifactCollection. locationsMethods in org.eclipse.tycho.core.osgitools.targetplatform that return ArtifactDescriptor Modifier and Type Method Description ArtifactDescriptorArtifactCollection. getArtifact(String type, String id, 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 Map<String,ArtifactDescriptor>ArtifactCollection. getArtifact(File location)List<ArtifactDescriptor>ArtifactCollection. getArtifacts()List<ArtifactDescriptor>ArtifactCollection. getArtifacts(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.pomgenerator
Methods in org.eclipse.tycho.pomgenerator that return ArtifactDescriptor Modifier and Type Method Description protected ArtifactDescriptorGeneratePomsMojo. getArtifact(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
Methods in org.eclipse.tycho.surefire.provisioning that return ArtifactDescriptor Modifier and Type Method Description ArtifactDescriptorProvisionedInstallationDescription. getBundle(String symbolicName, String highestVersion)ArtifactDescriptorProvisionedInstallationDescription. getSystemBundle()Methods in org.eclipse.tycho.surefire.provisioning that return types with arguments of type ArtifactDescriptor Modifier and Type Method Description 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)
-