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 org.eclipse.tycho.packaging -
-
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, java.util.List<ArtifactDescriptor> walkback)
-
Uses of FeatureRef in org.eclipse.tycho.core.osgitools
Fields in org.eclipse.tycho.core.osgitools declared as FeatureRef Modifier and Type Field Description private FeatureRef
DefaultFeatureDescription. featureRef
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(java.io.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, java.io.File location, ReactorProject project, java.lang.String classifier, Feature feature, FeatureRef featureRef, java.util.Set<java.lang.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
Fields in org.eclipse.tycho.model with type parameters of type FeatureRef Modifier and Type Field Description private java.util.ArrayList<FeatureRef>
Feature. features
Methods in org.eclipse.tycho.model that return FeatureRef Modifier and Type Method Description private static FeatureRef
ProductConfiguration. parseFeature(de.pdark.decentxml.Element featureDom)
Methods in org.eclipse.tycho.model that return types with arguments of type FeatureRef Modifier and Type Method Description java.util.List<FeatureRef>
ProductConfiguration. getFeatures()
java.util.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)
-
Uses of FeatureRef in org.eclipse.tycho.packaging
Methods in org.eclipse.tycho.packaging with parameters of type FeatureRef Modifier and Type Method Description private ArtifactKey
FeatureXmlTransformer. resolveFeatureReference(TargetPlatform targetPlatform, FeatureRef featureRef)
-