org.codehaus.mojo.freeform.project
Class AntTarget

java.lang.Object
  extended by org.codehaus.mojo.freeform.project.AntTarget
All Implemented Interfaces:
java.io.Serializable

public class AntTarget
extends java.lang.Object
implements java.io.Serializable

Class AntTarget.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
AntTarget()
           
 
Method Summary
 void addGoal(java.lang.String string)
          Method addGoal
 void addOption(java.lang.String string)
          Method addOption
 java.lang.String getComment()
          Method getComment
 java.util.List getGoal()
          Method getGoal
 java.lang.String getName()
          Method getName
 java.util.List getOption()
          Method getOption
 void removeGoal(java.lang.String string)
          Method removeGoal
 void removeOption(java.lang.String string)
          Method removeOption
 void setComment(java.lang.String comment)
          Method setComment
 void setGoal(java.util.List goal)
          Method setGoal
 void setName(java.lang.String name)
          Method setName
 void setOption(java.util.List option)
          Method setOption
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntTarget

public AntTarget()
Method Detail

addGoal

public void addGoal(java.lang.String string)
Method addGoal

Parameters:
string -

addOption

public void addOption(java.lang.String string)
Method addOption

Parameters:
string -

getComment

public java.lang.String getComment()
Method getComment


getGoal

public java.util.List getGoal()
Method getGoal


getName

public java.lang.String getName()
Method getName


getOption

public java.util.List getOption()
Method getOption


removeGoal

public void removeGoal(java.lang.String string)
Method removeGoal

Parameters:
string -

removeOption

public void removeOption(java.lang.String string)
Method removeOption

Parameters:
string -

setComment

public void setComment(java.lang.String comment)
Method setComment

Parameters:
comment -

setGoal

public void setGoal(java.util.List goal)
Method setGoal

Parameters:
goal -

setName

public void setName(java.lang.String name)
Method setName

Parameters:
name -

setOption

public void setOption(java.util.List option)
Method setOption

Parameters:
option -


Copyright 2005-2005-2006 null. All Rights Reserved.