Class XtendCompilerAntTask

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class XtendCompilerAntTask
    extends org.apache.tools.ant.taskdefs.Java
    • Field Summary

      • Fields inherited from class org.apache.tools.ant.taskdefs.Java

        redirector, redirectorElement
      • 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.tools.ant.types.Path createSrcdir()  
      void execute()  
      java.io.File getDestdir()  
      java.lang.String getEncoding()  
      org.apache.tools.ant.types.Path getSrcdir()  
      java.io.File getTempdir()  
      void setDestdir​(java.io.File destdir)  
      void setEncoding​(java.lang.String encoding)  
      void setSrcdir​(org.apache.tools.ant.types.Path srcdir)  
      void setTempdir​(java.io.File tempdir)  
      • Methods inherited from class org.apache.tools.ant.taskdefs.Java

        addAssertions, addConfiguredRedirector, addEnv, addSysproperty, addSyspropertyset, checkConfiguration, clearArgs, createArg, createBootclasspath, createClasspath, createJvmarg, createModulepath, createPermissions, createUpgrademodulepath, createWatchdog, executeJava, executeJava, getCommandLine, getSysProperties, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, maybeSetResultPropertyValue, run, setAppend, setArgs, setClassname, setClasspath, setClasspathRef, setCloneVm, setDir, setDiscardError, setDiscardOutput, setError, setErrorProperty, setFailonerror, setFork, setInput, setInputString, setJar, setJvm, setJvmargs, setJVMVersion, setLogError, setMaxmemory, setModule, setModulepath, setModulepathRef, setNewenvironment, setOutput, setOutputproperty, setResultProperty, setSourceFile, setSpawn, setTimeout, setupRedirector
      • Methods inherited from class org.apache.tools.ant.Task

        bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, 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

      • XtendCompilerAntTask

        public XtendCompilerAntTask()
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.tools.ant.BuildException
        Overrides:
        execute in class org.apache.tools.ant.taskdefs.Java
        Throws:
        org.apache.tools.ant.BuildException
      • createSrcdir

        public org.apache.tools.ant.types.Path createSrcdir()
      • getSrcdir

        public org.apache.tools.ant.types.Path getSrcdir()
      • setSrcdir

        public void setSrcdir​(org.apache.tools.ant.types.Path srcdir)
      • getDestdir

        public java.io.File getDestdir()
      • setDestdir

        public void setDestdir​(java.io.File destdir)
      • getEncoding

        public java.lang.String getEncoding()
      • setEncoding

        public void setEncoding​(java.lang.String encoding)
      • setTempdir

        public void setTempdir​(java.io.File tempdir)
      • getTempdir

        public java.io.File getTempdir()