Class PlantUmlTask

  • All Implemented Interfaces:
    java.lang.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

      Constructors 
      Constructor Description
      PlantUmlTask()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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​(java.lang.String s)  
      void setCheckOnly​(java.lang.String s)  
      void setConfig​(java.lang.String s)  
      void setDebugSvek​(java.lang.String s)  
      void setDir​(java.lang.String s)  
      void setEnableStats​(java.lang.String s)  
      void setFailFast​(java.lang.String s)  
      void setFailFast2​(java.lang.String s)  
      void setFileSeparator​(java.lang.String s)  
      void setFormat​(java.lang.String s)  
      void setGraphvizDot​(java.lang.String s)  
      void setHtmlStats​(java.lang.String s)  
      void setKeepTmpFiles​(java.lang.String s)  
      void setNbThread​(java.lang.String s)  
      void setNbThreads​(java.lang.String s)  
      void setOutput​(java.lang.String s)  
      void setOverwrite​(java.lang.String s)  
      void setRealTimeStats​(java.lang.String s)  
      void setSplash​(java.lang.String s)  
      void setVerbose​(java.lang.String s)  
      void setXmlStats​(java.lang.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​(java.lang.String s)
      • setOutput

        public void setOutput​(java.lang.String s)
      • setCharset

        public void setCharset​(java.lang.String s)
      • setConfig

        public void setConfig​(java.lang.String s)
      • setKeepTmpFiles

        public void setKeepTmpFiles​(java.lang.String s)
      • setDebugSvek

        public void setDebugSvek​(java.lang.String s)
      • setVerbose

        public void setVerbose​(java.lang.String s)
      • setFormat

        public void setFormat​(java.lang.String s)
      • setGraphvizDot

        public void setGraphvizDot​(java.lang.String s)
      • setNbThread

        public void setNbThread​(java.lang.String s)
      • setNbThreads

        public void setNbThreads​(java.lang.String s)
      • setFailFast

        public void setFailFast​(java.lang.String s)
      • setFailFast2

        public void setFailFast2​(java.lang.String s)
      • setCheckOnly

        public void setCheckOnly​(java.lang.String s)
      • setOverwrite

        public void setOverwrite​(java.lang.String s)
      • setFileSeparator

        public void setFileSeparator​(java.lang.String s)
      • setHtmlStats

        public void setHtmlStats​(java.lang.String s)
      • setXmlStats

        public void setXmlStats​(java.lang.String s)
      • setRealTimeStats

        public void setRealTimeStats​(java.lang.String s)
      • setEnableStats

        public void setEnableStats​(java.lang.String s)
      • setSplash

        public void setSplash​(java.lang.String s)