Package org.eclipse.ant.core
Class ProjectInfo
- java.lang.Object
-
- org.eclipse.ant.core.ProjectInfo
-
public class ProjectInfo extends java.lang.ObjectRepresents 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(java.lang.String name, java.lang.String description)Create a project information
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()Returns the project description ornullif no description is provided.java.lang.StringgetName()Returns the project name.
-