Eclipse Platform
2.1

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

Method Summary
 String getDescription()
          Returns the project description or null if no description is provided.
 String getName()
          Returns the project name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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

Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.