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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getClassifier, getInstallableUnits, getKey, getLocation, getMavenProject
private 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 FeatureDescription
public Feature getFeature()
getFeature
in interface FeatureDescription