java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
coneforest.psylla.tools.ant.Psylla
All Implemented Interfaces:
Cloneable

public class Psylla extends org.apache.tools.ant.Task
The psylla Ant task.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    class 
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
     
    void
     
    void
    Set the console encoding.
    void
    setEval(String value)
     
    void
    Set the locale.
    void
    setScript(File value)
     
    void
     

    Methods inherited from class org.apache.tools.ant.Task

    bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, init, 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, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Psylla

      public Psylla()
  • Method Details

    • execute

      public void execute()
      Overrides:
      execute in class org.apache.tools.ant.Task
    • setEval

      public void setEval(String value)
    • setClassPath

      public void setClassPath(String value)
    • setLocale

      public void setLocale(String value)
      Set the locale.
      Parameters:
      value - the locale name.
    • setConsoleEncoding

      public void setConsoleEncoding(String value)
      Set the console encoding.
      Parameters:
      value - the console encoding.
    • setScript

      public void setScript(File value)
    • setTimeout

      public void setTimeout(Integer timeout)
    • createArg

      public Psylla.Arg createArg()