|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jtheque.metrics.utils.projects.ProjectDefinition
public final class ProjectDefinition
A project definition.
Constructor Summary | |
---|---|
ProjectDefinition(File rootFolder,
String name)
Construct a new ProjectDefinition. |
Method Summary | |
---|---|
String |
getName()
Return the name of the project. |
File |
getRootFolder()
Return the root folder of the project. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ProjectDefinition(File rootFolder, String name)
rootFolder
- The root folder of the project.name
- The name of the project.Method Detail |
---|
public File getRootFolder()
public String getName()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |