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 FeatureRefFeatureDescription. getFeatureRef()Methods in org.eclipse.tycho.core with parameters of type FeatureRef Modifier and Type Method Description voidArtifactDependencyVisitor. 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 FeatureRefDefaultFeatureDescription. featureRefMethods 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(java.io.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, 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 classUpdateSite.SiteFeatureRefFields in org.eclipse.tycho.model with type parameters of type FeatureRef Modifier and Type Field Description private java.util.ArrayList<FeatureRef>Feature. featuresMethods in org.eclipse.tycho.model that return FeatureRef Modifier and Type Method Description private static FeatureRefProductConfiguration. 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 voidFeature. 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 ArtifactKeyFeatureXmlTransformer. resolveFeatureReference(TargetPlatform targetPlatform, FeatureRef featureRef)
-