Package org.eclipse.tycho.core.osgitools
Class DefaultFeatureDescription
- java.lang.Object
-
- org.eclipse.tycho.core.osgitools.DefaultArtifactDescriptor
-
- org.eclipse.tycho.core.osgitools.DefaultFeatureDescription
-
- All Implemented Interfaces:
ArtifactDescriptor
,FeatureDescription
public class DefaultFeatureDescription extends DefaultArtifactDescriptor implements FeatureDescription
-
-
Field Summary
Fields Modifier and Type Field Description private Feature
feature
private FeatureRef
featureRef
-
Constructor Summary
Constructors 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Feature
getFeature()
FeatureRef
getFeatureRef()
-
Methods inherited from class org.eclipse.tycho.core.osgitools.DefaultArtifactDescriptor
equals, getClassifier, getInstallableUnits, getKey, getLocation, getMavenProject, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.tycho.ArtifactDescriptor
getClassifier, getInstallableUnits, getKey, getLocation, getMavenProject
-
-
-
-
Field Detail
-
feature
private Feature feature
-
featureRef
private FeatureRef featureRef
-
-
Constructor Detail
-
DefaultFeatureDescription
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)
-
-
Method Detail
-
getFeatureRef
public FeatureRef getFeatureRef()
- Specified by:
getFeatureRef
in interfaceFeatureDescription
-
getFeature
public Feature getFeature()
- Specified by:
getFeature
in interfaceFeatureDescription
-
-