Package org.eclipse.ant.core
Class ProjectInfo
- java.lang.Object
-
- org.eclipse.ant.core.ProjectInfo
-
public class ProjectInfo extends Object
Represents information about a project within an Ant build file. Clients may not instantiate or subclass this class.- Since:
- 2.1
- Restriction:
- This class is not intended to be subclassed by clients.
- Restriction:
- This class is not intended to be instantiated by clients.
-
-
Constructor Summary
Constructors Constructor Description ProjectInfo(String name, String description)
Create a project information
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Returns the project description ornull
if no description is provided.String
getName()
Returns the project name.
-