Package org.eclipse.tycho.core
Interface PluginDescription
-
- All Superinterfaces:
ArtifactDescriptor
- All Known Implementing Classes:
DefaultPluginDescription
public interface PluginDescription extends ArtifactDescriptor
Describes Eclipse plugin jar in context of aggregator project like eclipse-feature or eclipse-application.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PluginRef
getPluginRef()
-
Methods inherited from interface org.eclipse.tycho.ArtifactDescriptor
getClassifier, getInstallableUnits, getKey, getLocation, getMavenProject
-
-
-
-
Method Detail
-
getPluginRef
PluginRef getPluginRef()
-
-