|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IProjectDescriptor
Interface representing a tigerstripe.xml project descriptor.
| Method Summary | |
|---|---|
void |
addPluginConfig(IPluginConfig pluginConfig)
|
java.lang.String |
getAdvancedProperty(java.lang.String property)
|
java.lang.String |
getAdvancedProperty(java.lang.String property,
java.lang.String defaultValue)
|
java.io.File |
getBaseDir()
Base directory for the project |
IProjectDetails |
getIProjectDetails()
|
ITigerstripeModelProject[] |
getIReferencedProjects()
|
IPluginConfig[] |
getPluginConfigs()
Returns the Plugin references defined in this project |
java.lang.String |
getProjectLabel()
The project label is a contextual name use to identify the project. |
void |
removePluginConfig(IPluginConfig pluginConfig)
|
| Method Detail |
|---|
java.lang.String getProjectLabel()
IProjectDetails getIProjectDetails()
throws TigerstripeException
TigerstripeExceptionjava.io.File getBaseDir()
IPluginConfig[] getPluginConfigs()
throws TigerstripeException
TigerstripeException
void addPluginConfig(IPluginConfig pluginConfig)
throws TigerstripeException
TigerstripeException
void removePluginConfig(IPluginConfig pluginConfig)
throws TigerstripeException
TigerstripeException
ITigerstripeModelProject[] getIReferencedProjects()
throws TigerstripeException
TigerstripeException
java.lang.String getAdvancedProperty(java.lang.String property)
throws TigerstripeException
TigerstripeException
java.lang.String getAdvancedProperty(java.lang.String property,
java.lang.String defaultValue)
throws TigerstripeException
TigerstripeException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||