Uses of Class
org.eclipse.tycho.model.PluginRef
-
-
Uses of PluginRef in org.eclipse.tycho.core
Methods in org.eclipse.tycho.core that return PluginRef Modifier and Type Method Description PluginRefPluginDescription. getPluginRef()Methods in org.eclipse.tycho.core with parameters of type PluginRef Modifier and Type Method Description voidArtifactDependencyVisitor. missingPlugin(PluginRef ref, java.util.List<ArtifactDescriptor> walkback) -
Uses of PluginRef in org.eclipse.tycho.core.maven
Methods in org.eclipse.tycho.core.maven with parameters of type PluginRef Modifier and Type Method Description voidMavenDependencyCollector. missingPlugin(PluginRef ref, java.util.List<ArtifactDescriptor> walkback)Deprecated. -
Uses of PluginRef in org.eclipse.tycho.core.osgitools
Fields in org.eclipse.tycho.core.osgitools declared as PluginRef Modifier and Type Field Description private PluginRefDefaultPluginDescription. pluginRefMethods in org.eclipse.tycho.core.osgitools that return PluginRef Modifier and Type Method Description PluginRefDefaultPluginDescription. getPluginRef()Methods in org.eclipse.tycho.core.osgitools with parameters of type PluginRef Modifier and Type Method Description private booleanAbstractArtifactDependencyWalker. matchTargetEnvironment(PluginRef pluginRef)private voidAbstractArtifactDependencyWalker. traversePlugin(PluginRef ref, ArtifactDependencyVisitor visitor, AbstractArtifactDependencyWalker.WalkbackPath visited)Constructors in org.eclipse.tycho.core.osgitools with parameters of type PluginRef Constructor Description DefaultPluginDescription(ArtifactKey key, java.io.File location, ReactorProject project, java.lang.String classifier, PluginRef pluginRef, java.util.Set<java.lang.Object> installableUnits) -
Uses of PluginRef in org.eclipse.tycho.extras.sourcefeature
Fields in org.eclipse.tycho.extras.sourcefeature with type parameters of type PluginRef Modifier and Type Field Description private java.util.Set<PluginRef>SourceFeatureMojo. extraPluginsMethods in org.eclipse.tycho.extras.sourcefeature with parameters of type PluginRef Modifier and Type Method Description protected voidSourceFeatureMojo. addPlugin(Feature sourceFeature, P2ResolutionResult result, PluginRef pluginRef) -
Uses of PluginRef in org.eclipse.tycho.model
Fields in org.eclipse.tycho.model with type parameters of type PluginRef Modifier and Type Field Description private java.util.ArrayList<PluginRef>Feature. pluginsMethods in org.eclipse.tycho.model that return types with arguments of type PluginRef Modifier and Type Method Description java.util.List<PluginRef>Category. getPlugins()java.util.List<PluginRef>Feature. getPlugins()java.util.List<PluginRef>ProductConfiguration. getPlugins()Methods in org.eclipse.tycho.model with parameters of type PluginRef Modifier and Type Method Description voidFeature. addPlugin(PluginRef plugin) -
Uses of PluginRef in org.eclipse.tycho.packaging
Methods in org.eclipse.tycho.packaging with parameters of type PluginRef Modifier and Type Method Description private ArtifactKeyFeatureXmlTransformer. resolvePluginReference(TargetPlatform targetPlatform, PluginRef pluginRef)private voidFeatureXmlTransformer. setDownloadAndInstallSize(PluginRef pluginRefToEdit, java.io.File artifact)
-