Class DirectoryScannerParameters


  • public class DirectoryScannerParameters
    extends Object
    Author:
    Kristian Rosenvold
    • Method Detail

      • getTestClassesDirectory

        public File getTestClassesDirectory()
        Returns the directory of the compiled classes, normally ${project.build.testOutputDirectory}
        Returns:
        A directory that can be scanned for .class files
      • getIncludes

        @Deprecated
        public List<String> getIncludes()
        Deprecated.
        The includes pattern list, as specified on the plugin includes parameter.
        Returns:
        A list of patterns. May contain both source file designators and .class extensions.
      • getExcludes

        @Deprecated
        public List<String> getExcludes()
        Deprecated.
        The excludes pattern list, as specified on the plugin includes parameter.
        Returns:
        A list of patterns. May contain both source file designators and .class extensions.
      • getRunOrder

        public RunOrder[] getRunOrder()