|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ant4eclipse.model.project.AbstractProjectRole
net.sf.ant4eclipse.model.pdesupport.plugin.PluginProjectRole
public class PluginProjectRole
Implements the eclipse plugin role. The plugin role contains the PluginDescriptor and the build properties.
Field Summary | |
---|---|
static java.lang.String |
PLUGIN_NATURE
PLUGIN_NATURE |
static java.lang.String |
PLUGIN_PROJECT_ROLE_NAME
PLUGIN_PROJECT_ROLE_NAME |
Constructor Summary | |
---|---|
PluginProjectRole(EclipseProject eclipseProject)
Creates a new instance of type PluginProjectRole. |
Method Summary | |
---|---|
PluginBuildProperties |
getBuildProperties()
|
PluginDescriptor |
getPluginDescriptor()
Returns the plugin descriptor. |
Methods inherited from class net.sf.ant4eclipse.model.project.AbstractProjectRole |
---|
equals, getName, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PLUGIN_NATURE
public static final java.lang.String PLUGIN_PROJECT_ROLE_NAME
Constructor Detail |
---|
public PluginProjectRole(EclipseProject eclipseProject)
Creates a new instance of type PluginProjectRole.
eclipseProject
- the plugin project.Method Detail |
---|
public PluginDescriptor getPluginDescriptor()
Returns the plugin descriptor.
public PluginBuildProperties getBuildProperties()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |