org.codehaus.mojo.freeform.project
Class AntTarget

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

public class AntTarget
extends Object
implements Serializable

null

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

Constructor Summary
AntTarget()
           
 
Method Summary
 void addGoal(String string)
          Method addGoal
 void addOption(String string)
          Method addOption
 String getComment()
          Get null
 List getGoal()
          Method getGoal
 String getModelEncoding()
           
 String getName()
          Get null
 List getOption()
          Method getOption
 void removeGoal(String string)
          Method removeGoal
 void removeOption(String string)
          Method removeOption
 void setComment(String comment)
          Set null
 void setGoal(List goal)
          Set null
 void setModelEncoding(String modelEncoding)
           
 void setName(String name)
          Set null
 void setOption(List option)
          Set null
 
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(String string)
Method addGoal

Parameters:
string -

addOption

public void addOption(String string)
Method addOption

Parameters:
string -

getComment

public String getComment()
Get null


getGoal

public List getGoal()
Method getGoal


getName

public String getName()
Get null


getOption

public List getOption()
Method getOption


removeGoal

public void removeGoal(String string)
Method removeGoal

Parameters:
string -

removeOption

public void removeOption(String string)
Method removeOption

Parameters:
string -

setComment

public void setComment(String comment)
Set null

Parameters:
comment -

setGoal

public void setGoal(List goal)
Set null

Parameters:
goal -

setName

public void setName(String name)
Set null

Parameters:
name -

setOption

public void setOption(List option)
Set null

Parameters:
option -

setModelEncoding

public void setModelEncoding(String modelEncoding)

getModelEncoding

public String getModelEncoding()


Copyright © 2005-2011 Codehaus. All Rights Reserved.