Uses of Class
org.eclipse.tycho.model.PluginRef
-
Packages that use PluginRef Package Description org.eclipse.tycho.core org.eclipse.tycho.core.maven org.eclipse.tycho.core.osgitools org.eclipse.tycho.extras.sourcefeature org.eclipse.tycho.model -
-
Uses of PluginRef in org.eclipse.tycho.core
Methods in org.eclipse.tycho.core that return PluginRef Modifier and Type Method Description PluginRef
PluginDescription. getPluginRef()
Methods in org.eclipse.tycho.core with parameters of type PluginRef Modifier and Type Method Description void
ArtifactDependencyVisitor. missingPlugin(PluginRef ref, 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 void
MavenDependencyCollector. missingPlugin(PluginRef ref, List<ArtifactDescriptor> walkback)
Deprecated. -
Uses of PluginRef in org.eclipse.tycho.core.osgitools
Methods in org.eclipse.tycho.core.osgitools that return PluginRef Modifier and Type Method Description PluginRef
DefaultPluginDescription. getPluginRef()
Constructors in org.eclipse.tycho.core.osgitools with parameters of type PluginRef Constructor Description DefaultPluginDescription(ArtifactKey key, File location, ReactorProject project, String classifier, PluginRef pluginRef, Set<Object> installableUnits)
-
Uses of PluginRef in org.eclipse.tycho.extras.sourcefeature
Methods in org.eclipse.tycho.extras.sourcefeature with parameters of type PluginRef Modifier and Type Method Description protected void
SourceFeatureMojo. addPlugin(Feature sourceFeature, P2ResolutionResult result, PluginRef pluginRef)
-
Uses of PluginRef in org.eclipse.tycho.model
Methods in org.eclipse.tycho.model that return types with arguments of type PluginRef Modifier and Type Method Description List<PluginRef>
Category. getPlugins()
List<PluginRef>
Feature. getPlugins()
List<PluginRef>
ProductConfiguration. getPlugins()
Methods in org.eclipse.tycho.model with parameters of type PluginRef Modifier and Type Method Description void
Feature. addPlugin(PluginRef plugin)
-