net.sourceforge.plantuml.ant
Class PlantUmlTask

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by net.sourceforge.plantuml.ant.PlantUmlTask
All Implemented Interfaces:
Cloneable

public class PlantUmlTask
extends org.apache.tools.ant.Task


Field Summary
 
Fields inherited from class org.apache.tools.ant.Task
target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
 
Constructor Summary
PlantUmlTask()
           
 
Method Summary
 void addFilelist(org.apache.tools.ant.types.FileList list)
          Add a filelist to touch
 void addFileset(org.apache.tools.ant.types.FileSet set)
          Add a set of files to touch
 void execute()
           
 void setCharset(String s)
           
 void setCheckOnly(String s)
           
 void setConfig(String s)
           
 void setDir(String s)
           
 void setFailFast(String s)
           
 void setFailFast2(String s)
           
 void setFormat(String s)
           
 void setGraphvizDot(String s)
           
 void setKeepTmpFiles(String s)
           
 void setNbThread(String s)
           
 void setNbThreads(String s)
           
 void setOutput(String s)
           
 void setOverwrite(String s)
           
 void setSuggestEngine(String s)
           
 void setVerbose(String s)
           
 
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlantUmlTask

public PlantUmlTask()
Method Detail

addFileset

public void addFileset(org.apache.tools.ant.types.FileSet set)
Add a set of files to touch


addFilelist

public void addFilelist(org.apache.tools.ant.types.FileList list)
Add a filelist to touch


execute

public void execute()
             throws org.apache.tools.ant.BuildException
Overrides:
execute in class org.apache.tools.ant.Task
Throws:
org.apache.tools.ant.BuildException

setDir

public void setDir(String s)

setOutput

public void setOutput(String s)

setCharset

public void setCharset(String s)

setConfig

public void setConfig(String s)

setKeepTmpFiles

public void setKeepTmpFiles(String s)

setVerbose

public void setVerbose(String s)

setFormat

public void setFormat(String s)

setGraphvizDot

public void setGraphvizDot(String s)

setNbThread

public void setNbThread(String s)

setNbThreads

public void setNbThreads(String s)

setSuggestEngine

public void setSuggestEngine(String s)

setFailFast

public void setFailFast(String s)

setFailFast2

public void setFailFast2(String s)

setCheckOnly

public void setCheckOnly(String s)

setOverwrite

public void setOverwrite(String s)


Copyright © 2014. All Rights Reserved.