|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAbstractTigerstripeProject
Top level handle for any Tigerstripe project
Method Summary | |
---|---|
void |
doSave()
|
boolean |
equals(java.lang.Object obj)
A proper comparison mechanism for IAbstractTigerstripeProject |
boolean |
exists()
|
java.io.File |
getBaseDir()
Base directory for the project |
java.lang.String |
getDescriptorFilename()
Returns the descriptor filename for this type of Project |
IProjectDetails |
getIProjectDetails()
|
IProjectDetails |
getProjectDetails()
|
java.lang.String |
getProjectLabel()
The project label is a contextual name use to identify the project. |
java.net.URI |
getURI()
|
void |
validate(org.eclipse.tigerstripe.internal.api.project.ITigerstripeVisitor visitor)
|
Method Detail |
---|
java.lang.String getProjectLabel()
java.net.URI getURI()
void validate(org.eclipse.tigerstripe.internal.api.project.ITigerstripeVisitor visitor) throws TigerstripeException
TigerstripeException
IProjectDetails getProjectDetails() throws TigerstripeException
TigerstripeException
void doSave() throws TigerstripeException
TigerstripeException
boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- -
the other tigerstripe project to compare with
java.lang.String getDescriptorFilename()
boolean exists()
java.io.File getBaseDir()
IProjectDetails getIProjectDetails() throws TigerstripeException
TigerstripeException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |