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 FeatureRefFeatureDescription. getFeatureRef()Methods in org.eclipse.tycho.core with parameters of type FeatureRef Modifier and Type Method Description voidArtifactDependencyVisitor. 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 FeatureRefDefaultFeatureDescription. getFeatureRef()Methods in org.eclipse.tycho.core.osgitools with parameters of type FeatureRef Modifier and Type Method Description protected voidAbstractArtifactDependencyWalker. traverseFeature(File location, Feature feature, FeatureRef featureRef, ArtifactDependencyVisitor visitor, AbstractArtifactDependencyWalker.WalkbackPath visited)protected voidAbstractArtifactDependencyWalker. 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 classUpdateSite.SiteFeatureRefMethods 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 voidFeature. addFeatureRef(FeatureRef feature)
-