Package org.eclipse.tycho.core
Interface FeatureDescription
-
- All Superinterfaces:
ArtifactDescriptor
- All Known Implementing Classes:
DefaultFeatureDescription
public interface FeatureDescription extends ArtifactDescriptor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Feature
getFeature()
FeatureRef
getFeatureRef()
-
Methods inherited from interface org.eclipse.tycho.ArtifactDescriptor
getClassifier, getInstallableUnits, getKey, getLocation, getMavenProject
-
-
-
-
Method Detail
-
getFeatureRef
FeatureRef getFeatureRef()
-
getFeature
Feature getFeature()
-
-