|
||||||||||
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 | |
---|---|
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 |
IPluginReference[] |
getIPluginReferences()
Returns the Plugin references defined in this project |
IProjectDetails |
getIProjectDetails()
|
ITigerstripeProject[] |
getIReferencedProjects()
|
java.lang.String |
getProjectLabel()
The project label is a contextual name use to identify the project. |
Method Detail |
---|
java.lang.String getProjectLabel()
IProjectDetails getIProjectDetails() throws TigerstripeException
TigerstripeException
java.io.File getBaseDir()
IPluginReference[] getIPluginReferences() throws TigerstripeException
TigerstripeException
ITigerstripeProject[] 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 |