|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ant.core.TargetInfo
Represents information about a target within an Ant build file. Clients may not instantiate or subclass this class.
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String[] |
getDependencies()
Return the names of the targets that this target depends on. |
String |
getDescription()
Returns the target description or null if no
description is provided. |
String |
getName()
Returns the target name. |
ProjectInfo |
getProject()
Returns the ProjectInfo of the enclosing project. |
int |
hashCode()
|
boolean |
isDefault()
Returns whether this is the build file default target. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
public String getName()
public String getDescription()
null
if no
description is provided.
null
if nonepublic ProjectInfo getProject()
public String[] getDependencies()
public boolean isDefault()
public boolean equals(Object obj)
public int hashCode()
public String toString()
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.