Class QuliceTask

  • All Implemented Interfaces:
    Cloneable

    public final class QuliceTask
    extends org.apache.tools.ant.Task
    Ant Task for Qulice.
    Since:
    0.13
    Suppressed Checkstyle violations:
    ClassDataAbstractionCouplingCheck (170 lines)
    • 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
      QuliceTask()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute()  
      void setClassesdir​(File clssedr)
      Set classes dir.
      void setClasspath​(org.apache.tools.ant.types.Path clsspth)
      Set classpath.
      void setSrcdir​(org.apache.tools.ant.types.Path srcdr)
      Set source dirs.
      • 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
    • Constructor Detail

      • QuliceTask

        public QuliceTask()
    • Method Detail

      • setSrcdir

        public void setSrcdir​(org.apache.tools.ant.types.Path srcdr)
        Set source dirs.
        Parameters:
        srcdr - Source dirs
      • setClassesdir

        public void setClassesdir​(File clssedr)
        Set classes dir.
        Parameters:
        clssedr - Classes dir
      • setClasspath

        public void setClasspath​(org.apache.tools.ant.types.Path clsspth)
        Set classpath.
        Parameters:
        clsspth - Classpath
      • execute

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