Class LuceneJUnitDividingSelector

  • All Implemented Interfaces:
    Cloneable, org.apache.tools.ant.types.Parameterizable, org.apache.tools.ant.types.resources.selectors.ResourceSelector, org.apache.tools.ant.types.selectors.ExtendFileSelector, org.apache.tools.ant.types.selectors.FileSelector

    public class LuceneJUnitDividingSelector
    extends org.apache.tools.ant.types.selectors.BaseExtendSelector
    Divides filesets into equal groups
    • Field Summary

      • Fields inherited from class org.apache.tools.ant.types.selectors.BaseExtendSelector

        parameters
      • Fields inherited from class org.apache.tools.ant.types.DataType

        checked, ref
      • 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
      boolean isSelected​(File dir, String name, File path)  
      boolean isSelected​(org.apache.tools.ant.types.Resource r)  
      void setParameters​(org.apache.tools.ant.types.Parameter[] pParameters)  
      void verifySettings()  
      • Methods inherited from class org.apache.tools.ant.types.selectors.BaseExtendSelector

        getParameters
      • Methods inherited from class org.apache.tools.ant.types.selectors.BaseSelector

        getCheckedRef, getError, setError, setError, validate
      • Methods inherited from class org.apache.tools.ant.types.DataType

        checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributes, toString
      • Methods inherited from class org.apache.tools.ant.ProjectComponent

        getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
    • Constructor Detail

      • LuceneJUnitDividingSelector

        public LuceneJUnitDividingSelector()
    • Method Detail

      • isSelected

        public boolean isSelected​(org.apache.tools.ant.types.Resource r)
      • setParameters

        public void setParameters​(org.apache.tools.ant.types.Parameter[] pParameters)
        Specified by:
        setParameters in interface org.apache.tools.ant.types.Parameterizable
        Overrides:
        setParameters in class org.apache.tools.ant.types.selectors.BaseExtendSelector
      • verifySettings

        public void verifySettings()
        Overrides:
        verifySettings in class org.apache.tools.ant.types.selectors.BaseSelector
      • isSelected

        public boolean isSelected​(File dir,
                                  String name,
                                  File path)
        Specified by:
        isSelected in interface org.apache.tools.ant.types.selectors.FileSelector
        Specified by:
        isSelected in class org.apache.tools.ant.types.selectors.BaseExtendSelector