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.
- Since:
- 2.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getName
public String getName()
- Returns the project name.
- Returns:
- the project name
getDescription
public String getDescription()
- Returns the project description or
null
if no
description is provided.
- Returns:
- the project description or
null
if none
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.