类 AbstractProcessTask

  • 所有已实现的接口:
    java.lang.Cloneable
    直接已知子类:
    AbstractTransformTask

    public abstract class AbstractProcessTask
    extends org.apache.tools.ant.Task
    • 字段概要

      • 从类继承的字段 org.apache.tools.ant.Task

        target, taskName, taskType, wrapper
      • 从类继承的字段 org.apache.tools.ant.ProjectComponent

        description, location, project
    • 方法概要

      所有方法 实例方法 抽象方法 具体方法 
      修饰符和类型 方法 说明
      void addFileset​(org.apache.tools.ant.types.FileSet set)  
      protected void beforeExecute()  
      void execute()  
      protected java.util.Collection getFiles()  
      protected abstract void processFile​(java.io.File file)  
      • 从类继承的方法 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
      • 从类继承的方法 org.apache.tools.ant.ProjectComponent

        clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
      • 从类继承的方法 java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • AbstractProcessTask

        public AbstractProcessTask()
    • 方法详细资料

      • addFileset

        public void addFileset​(org.apache.tools.ant.types.FileSet set)
      • getFiles

        protected java.util.Collection getFiles()
      • execute

        public void execute()
                     throws org.apache.tools.ant.BuildException
        覆盖:
        execute 在类中 org.apache.tools.ant.Task
        抛出:
        org.apache.tools.ant.BuildException
      • beforeExecute

        protected void beforeExecute()
                              throws org.apache.tools.ant.BuildException
        抛出:
        org.apache.tools.ant.BuildException
      • processFile

        protected abstract void processFile​(java.io.File file)
                                     throws java.lang.Exception
        抛出:
        java.lang.Exception