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
-
-
Constructor Summary
Constructors Constructor Description DefaultFeatureDescription(ArtifactKey key, File location, ReactorProject project, String classifier, Feature feature, FeatureRef featureRef, Set<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
-
-
-
-
Constructor Detail
-
DefaultFeatureDescription
public DefaultFeatureDescription(ArtifactKey key, File location, ReactorProject project, String classifier, Feature feature, FeatureRef featureRef, Set<Object> installableUnits)
-
-
Method Detail
-
getFeatureRef
public FeatureRef getFeatureRef()
- Specified by:
getFeatureRef
in interfaceFeatureDescription
-
getFeature
public Feature getFeature()
- Specified by:
getFeature
in interfaceFeatureDescription
-
-