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

null

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()
          Get null
 java.util.List getGoal()
          Method getGoal
 java.lang.String getModelEncoding()
           
 java.lang.String getName()
          Get null
 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)
          Set null
 void setGoal(java.util.List goal)
          Set null
 void setModelEncoding(java.lang.String modelEncoding)
           
 void setName(java.lang.String name)
          Set null
 void setOption(java.util.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(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()
Get null


getGoal

public java.util.List getGoal()
Method getGoal


getName

public java.lang.String getName()
Get null


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)
Set null

Parameters:
comment -

setGoal

public void setGoal(java.util.List goal)
Set null

Parameters:
goal -

setName

public void setName(java.lang.String name)
Set null

Parameters:
name -

setOption

public void setOption(java.util.List option)
Set null

Parameters:
option -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


Copyright © 2005-2010. All Rights Reserved.