|
|
|
|
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.
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
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|