Package org.eclipse.tycho.core.osgitools
Class DefaultPluginDescription
- java.lang.Object
-
- org.eclipse.tycho.core.osgitools.DefaultArtifactDescriptor
-
- org.eclipse.tycho.core.osgitools.DefaultPluginDescription
-
- All Implemented Interfaces:
ArtifactDescriptor
,PluginDescription
public class DefaultPluginDescription extends DefaultArtifactDescriptor implements PluginDescription
-
-
Constructor Summary
Constructors Constructor Description DefaultPluginDescription(ArtifactKey key, File location, ReactorProject project, String classifier, PluginRef pluginRef, Set<Object> installableUnits)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PluginRef
getPluginRef()
-
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
-
DefaultPluginDescription
public DefaultPluginDescription(ArtifactKey key, File location, ReactorProject project, String classifier, PluginRef pluginRef, Set<Object> installableUnits)
-
-
Method Detail
-
getPluginRef
public PluginRef getPluginRef()
- Specified by:
getPluginRef
in interfacePluginDescription
-
-