Eclipse Platform
2.0

org.eclipse.ant.core
Class TargetInfo

java.lang.Object
  |
  +--org.eclipse.ant.core.TargetInfo

public class TargetInfo
extends Object

Represents information about a target within an Ant build file.


Method Summary
 String getDescription()
          Returns the target description or null if no description is provided.
 String getName()
          Returns the target name.
 boolean isDefault()
          Returns whether this is the build file default target.
 
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 target name.

Returns:
the target name

getDescription

public String getDescription()
Returns the target description or null if no description is provided.

Returns:
the target description or null if none

isDefault

public boolean isDefault()
Returns whether this is the build file default target.

Returns:
whether this is the build file default target

Eclipse Platform
2.0

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