Eclipse Platform
Release 3.0

org.eclipse.ant.core
Class ProjectInfo

java.lang.Object
  extended byorg.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
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.