Class SortList

    • 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
      SortList()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute()  
      void setCasesensitive​(boolean casesenstive)  
      void setDelimiter​(java.lang.String delimiter)  
      void setNumeric​(boolean numeric)  
      void setOrderPropertyFile​(java.io.File orderPropertyFile)  
      void setOrderPropertyFilePrefix​(java.lang.String orderPropertyFilePrefix)  
      void setRefid​(org.apache.tools.ant.types.Reference ref)  
      void setValue​(java.lang.String value)  
      protected void validate()  
      • 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
    • Constructor Detail

      • SortList

        public SortList()
    • Method Detail

      • setNumeric

        public void setNumeric​(boolean numeric)
      • setValue

        public void setValue​(java.lang.String value)
      • setRefid

        public void setRefid​(org.apache.tools.ant.types.Reference ref)
      • setCasesensitive

        public void setCasesensitive​(boolean casesenstive)
      • setDelimiter

        public void setDelimiter​(java.lang.String delimiter)
      • setOrderPropertyFile

        public void setOrderPropertyFile​(java.io.File orderPropertyFile)
      • setOrderPropertyFilePrefix

        public void setOrderPropertyFilePrefix​(java.lang.String orderPropertyFilePrefix)
      • execute

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