Uses of Class
org.eclipse.tycho.model.FeatureRef
-
Packages that use FeatureRef Package Description org.eclipse.tycho.core org.eclipse.tycho.core.osgitools org.eclipse.tycho.model -
-
Uses of FeatureRef in org.eclipse.tycho.core
Methods in org.eclipse.tycho.core that return FeatureRef Modifier and Type Method Description FeatureRef
FeatureDescription. getFeatureRef()
Methods in org.eclipse.tycho.core with parameters of type FeatureRef Modifier and Type Method Description void
ArtifactDependencyVisitor. missingFeature(FeatureRef ref, List<ArtifactDescriptor> walkback)
-
Uses of FeatureRef in org.eclipse.tycho.core.osgitools
Methods in org.eclipse.tycho.core.osgitools that return FeatureRef Modifier and Type Method Description FeatureRef
DefaultFeatureDescription. getFeatureRef()
Methods in org.eclipse.tycho.core.osgitools with parameters of type FeatureRef Modifier and Type Method Description protected void
AbstractArtifactDependencyWalker. traverseFeature(File location, Feature feature, FeatureRef featureRef, ArtifactDependencyVisitor visitor, AbstractArtifactDependencyWalker.WalkbackPath visited)
protected void
AbstractArtifactDependencyWalker. traverseFeature(FeatureRef ref, ArtifactDependencyVisitor visitor, AbstractArtifactDependencyWalker.WalkbackPath visited)
Constructors in org.eclipse.tycho.core.osgitools with parameters of type FeatureRef Constructor Description DefaultFeatureDescription(ArtifactKey key, File location, ReactorProject project, String classifier, Feature feature, FeatureRef featureRef, Set<Object> installableUnits)
-
Uses of FeatureRef in org.eclipse.tycho.model
Subclasses of FeatureRef in org.eclipse.tycho.model Modifier and Type Class Description static class
UpdateSite.SiteFeatureRef
Methods in org.eclipse.tycho.model that return types with arguments of type FeatureRef Modifier and Type Method Description List<FeatureRef>
ProductConfiguration. getFeatures()
List<FeatureRef>
Feature. getIncludedFeatures()
Methods in org.eclipse.tycho.model with parameters of type FeatureRef Modifier and Type Method Description void
Feature. addFeatureRef(FeatureRef feature)
-