Class JandexAntTask

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class JandexAntTask
    extends org.apache.tools.ant.Task
    Ant Task that indexes jars, and saves the resulting index
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List<org.apache.tools.ant.types.FileSet> filesets  
      private boolean modify  
      private boolean newJar  
      private boolean run  
      private boolean verbose  
      • 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
      JandexAntTask()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addFileset​(org.apache.tools.ant.types.FileSet fileset)  
      void execute()  
      boolean isModify()  
      boolean isNewJar()  
      boolean isRun()  
      boolean isVerbose()  
      void setModify​(boolean modify)  
      void setNewJar​(boolean newJar)  
      void setRun​(boolean run)  
      void setVerbose​(boolean verbose)  
      • 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
    • Field Detail

      • filesets

        private final java.util.List<org.apache.tools.ant.types.FileSet> filesets
      • modify

        private boolean modify
      • newJar

        private boolean newJar
      • verbose

        private boolean verbose
      • run

        private boolean run
    • Constructor Detail

      • JandexAntTask

        public JandexAntTask()
    • Method Detail

      • 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
      • addFileset

        public void addFileset​(org.apache.tools.ant.types.FileSet fileset)
      • isModify

        public boolean isModify()
      • setModify

        public void setModify​(boolean modify)
      • isVerbose

        public boolean isVerbose()
      • setVerbose

        public void setVerbose​(boolean verbose)
      • isRun

        public boolean isRun()
      • setRun

        public void setRun​(boolean run)
      • isNewJar

        public boolean isNewJar()
      • setNewJar

        public void setNewJar​(boolean newJar)