public class DefaultFeatureDescription extends DefaultArtifactDescriptor implements FeatureDescription
| Modifier and Type | Field and Description |
|---|---|
private Feature |
feature |
private FeatureRef |
featureRef |
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
Feature |
getFeature() |
FeatureRef |
getFeatureRef() |
equals, getClassifier, getInstallableUnits, getKey, getLocation, getMavenProject, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetClassifier, getInstallableUnits, getKey, getLocation, getMavenProjectprivate Feature feature
private FeatureRef featureRef
public DefaultFeatureDescription(ArtifactKey key, java.io.File location, ReactorProject project, java.lang.String classifier, Feature feature, FeatureRef featureRef, java.util.Set<java.lang.Object> installableUnits)
public FeatureRef getFeatureRef()
getFeatureRef in interface FeatureDescriptionpublic Feature getFeature()
getFeature in interface FeatureDescription