|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EclipsePlugin
A representation of the model object 'Eclipse Plugin'.
The following features are supported:
Bundle
Java Model
Inventory Project
Class Path Root
Build Properties
Plugin Properties
Bundle Properties
Output Directory
Src Directory
Name
Plugin Xml
Project
EclipsepluginPackage.getEclipsePlugin()
Method Summary | |
---|---|
CompilationUnit |
getBuildProperties()
Returns the value of the 'Build Properties' reference. |
Bundle |
getBundle()
Returns the value of the 'Bundle' reference. |
CompilationUnit |
getBundleProperties()
Returns the value of the 'Bundle Properties' reference. |
Root |
getClassPathRoot()
Returns the value of the 'Class Path Root' reference. |
Project |
getInventoryProject()
Returns the value of the 'Inventory Project' reference. |
Model |
getJavaModel()
Returns the value of the 'Java Model' reference. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
java.lang.String |
getOutputDirectory()
Returns the value of the 'Output Directory' attribute. |
CompilationUnit |
getPluginProperties()
Returns the value of the 'Plugin Properties' reference. |
Root |
getPluginXml()
Returns the value of the 'Plugin Xml' reference. |
Root |
getProject()
Returns the value of the 'Project' reference. |
java.lang.String |
getSrcDirectory()
Returns the value of the 'Src Directory' attribute. |
void |
setBuildProperties(CompilationUnit value)
Sets the value of the ' Build Properties ' reference. |
void |
setBundle(Bundle value)
Sets the value of the ' Bundle ' reference. |
void |
setBundleProperties(CompilationUnit value)
Sets the value of the ' Bundle Properties ' reference. |
void |
setClassPathRoot(Root value)
Sets the value of the ' Class Path Root ' reference. |
void |
setInventoryProject(Project value)
Sets the value of the ' Inventory Project ' reference. |
void |
setJavaModel(Model value)
Sets the value of the ' Java Model ' reference. |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute. |
void |
setOutputDirectory(java.lang.String value)
Sets the value of the ' Output Directory ' attribute. |
void |
setPluginProperties(CompilationUnit value)
Sets the value of the ' Plugin Properties ' reference. |
void |
setPluginXml(Root value)
Sets the value of the ' Plugin Xml ' reference. |
void |
setProject(Root value)
Sets the value of the ' Project ' reference. |
void |
setSrcDirectory(java.lang.String value)
Sets the value of the ' Src Directory ' attribute. |
Method Detail |
---|
Bundle getBundle()
If the meaning of the 'Bundle' reference isn't clear, there really should be more of a description here...
setBundle(Bundle)
,
EclipsepluginPackage.getEclipsePlugin_Bundle()
void setBundle(Bundle value)
Bundle
' reference.
value
- the new value of the 'Bundle' reference.getBundle()
Model getJavaModel()
If the meaning of the 'Java Model' reference isn't clear, there really should be more of a description here...
setJavaModel(Model)
,
EclipsepluginPackage.getEclipsePlugin_JavaModel()
void setJavaModel(Model value)
Java Model
' reference.
value
- the new value of the 'Java Model' reference.getJavaModel()
Project getInventoryProject()
If the meaning of the 'Inventory Project' reference isn't clear, there really should be more of a description here...
setInventoryProject(Project)
,
EclipsepluginPackage.getEclipsePlugin_InventoryProject()
void setInventoryProject(Project value)
Inventory Project
' reference.
value
- the new value of the 'Inventory Project' reference.getInventoryProject()
Root getClassPathRoot()
If the meaning of the 'Class Path Root' reference isn't clear, there really should be more of a description here...
setClassPathRoot(Root)
,
EclipsepluginPackage.getEclipsePlugin_ClassPathRoot()
void setClassPathRoot(Root value)
Class Path Root
' reference.
value
- the new value of the 'Class Path Root' reference.getClassPathRoot()
CompilationUnit getBuildProperties()
If the meaning of the 'Build Properties' reference isn't clear, there really should be more of a description here...
setBuildProperties(CompilationUnit)
,
EclipsepluginPackage.getEclipsePlugin_BuildProperties()
void setBuildProperties(CompilationUnit value)
Build Properties
' reference.
value
- the new value of the 'Build Properties' reference.getBuildProperties()
CompilationUnit getPluginProperties()
If the meaning of the 'Plugin Properties' reference isn't clear, there really should be more of a description here...
setPluginProperties(CompilationUnit)
,
EclipsepluginPackage.getEclipsePlugin_PluginProperties()
void setPluginProperties(CompilationUnit value)
Plugin Properties
' reference.
value
- the new value of the 'Plugin Properties' reference.getPluginProperties()
CompilationUnit getBundleProperties()
If the meaning of the 'Bundle Properties' reference isn't clear, there really should be more of a description here...
setBundleProperties(CompilationUnit)
,
EclipsepluginPackage.getEclipsePlugin_BundleProperties()
void setBundleProperties(CompilationUnit value)
Bundle Properties
' reference.
value
- the new value of the 'Bundle Properties' reference.getBundleProperties()
java.lang.String getOutputDirectory()
If the meaning of the 'Output Directory' attribute isn't clear, there really should be more of a description here...
setOutputDirectory(String)
,
EclipsepluginPackage.getEclipsePlugin_OutputDirectory()
void setOutputDirectory(java.lang.String value)
Output Directory
' attribute.
value
- the new value of the 'Output Directory' attribute.getOutputDirectory()
java.lang.String getSrcDirectory()
If the meaning of the 'Src Directory' attribute isn't clear, there really should be more of a description here...
setSrcDirectory(String)
,
EclipsepluginPackage.getEclipsePlugin_SrcDirectory()
void setSrcDirectory(java.lang.String value)
Src Directory
' attribute.
value
- the new value of the 'Src Directory' attribute.getSrcDirectory()
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
EclipsepluginPackage.getEclipsePlugin_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
Root getPluginXml()
If the meaning of the 'Plugin Xml' reference isn't clear, there really should be more of a description here...
setPluginXml(Root)
,
EclipsepluginPackage.getEclipsePlugin_PluginXml()
void setPluginXml(Root value)
Plugin Xml
' reference.
value
- the new value of the 'Plugin Xml' reference.getPluginXml()
Root getProject()
If the meaning of the 'Project' reference isn't clear, there really should be more of a description here...
setProject(Root)
,
EclipsepluginPackage.getEclipsePlugin_Project()
void setProject(Root value)
Project
' reference.
value
- the new value of the 'Project' reference.getProject()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |