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 PluginRef
PluginDescription. getPluginRef()
Methods in org.eclipse.tycho.core with parameters of type PluginRef Modifier and Type Method Description void
ArtifactDependencyVisitor. 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 void
MavenDependencyCollector. 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 PluginRef
DefaultPluginDescription. pluginRef
Methods in org.eclipse.tycho.core.osgitools that return PluginRef Modifier and Type Method Description PluginRef
DefaultPluginDescription. getPluginRef()
Methods in org.eclipse.tycho.core.osgitools with parameters of type PluginRef Modifier and Type Method Description private boolean
AbstractArtifactDependencyWalker. matchTargetEnvironment(PluginRef pluginRef)
private void
AbstractArtifactDependencyWalker. 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. extraPlugins
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
Fields in org.eclipse.tycho.model with type parameters of type PluginRef Modifier and Type Field Description private java.util.ArrayList<PluginRef>
Feature. plugins
Methods 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 void
Feature. 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 ArtifactKey
FeatureXmlTransformer. resolvePluginReference(TargetPlatform targetPlatform, PluginRef pluginRef)
private void
FeatureXmlTransformer. setDownloadAndInstallSize(PluginRef pluginRefToEdit, java.io.File artifact)
-