Package org.eclipse.ant.core
Class ProjectInfo
java.lang.Object
org.eclipse.ant.core.ProjectInfo
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
-
Method Summary
Modifier and TypeMethodDescriptionReturns the project description ornull
if no description is provided.getName()
Returns the project name.
-
Constructor Details
-
ProjectInfo
Create a project information- Parameters:
name
- project namedescription
- a brief explanation of the project's purpose ornull
if not specified- Since:
- 3.3
-
-
Method Details
-
getName
Returns the project name.- Returns:
- the project name
-
getDescription
Returns the project description ornull
if no description is provided.- Returns:
- the project description or
null
if none
-