|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectprantl.ant.eclipse.ProjectElement
public class ProjectElement
Configures contents of the file .project with the name of the project, this class specifically the root element project.
Constructor Summary | |
---|---|
ProjectElement()
Creates a new instance of the project element. |
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of the Eclipse project or null if it has not been set and the default shoud be used. |
void |
setName(java.lang.String value)
Sets the name of the Eclipse project. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProjectElement()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String value)
value
- A valid name of the Eclipse project.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |