org.jtheque.metrics.utils.projects
Class ProjectDefinition

java.lang.Object
  extended by org.jtheque.metrics.utils.projects.ProjectDefinition

public final class ProjectDefinition
extends Object

A project definition.

Author:
Baptiste Wicht

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

ProjectDefinition

public ProjectDefinition(File rootFolder,
                         String name)
Construct a new ProjectDefinition.

Parameters:
rootFolder - The root folder of the project.
name - The name of the project.
Method Detail

getRootFolder

public File getRootFolder()
Return the root folder of the project.

Returns:
The root folder of the project.

getName

public String getName()
Return the name of the project.

Returns:
The name of the project.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 JTheque. All Rights Reserved.