Uses of Class
jetbrains.buildServer.util.pathMatcher.AntPatternFileCollector.ScanOption
-
Packages that use AntPatternFileCollector.ScanOption Package Description jetbrains.buildServer.util.pathMatcher -
-
Uses of AntPatternFileCollector.ScanOption in jetbrains.buildServer.util.pathMatcher
Methods in jetbrains.buildServer.util.pathMatcher that return AntPatternFileCollector.ScanOption Modifier and Type Method Description static AntPatternFileCollector.ScanOption
AntPatternFileCollector.ScanOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static AntPatternFileCollector.ScanOption[]
AntPatternFileCollector.ScanOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.util.pathMatcher with parameters of type AntPatternFileCollector.ScanOption Modifier and Type Method Description static List<File>
AntPatternFileCollector. scanDir(File baseDir, String[] includeRules, String[] excludeRules, AntPatternFileCollector.ScanOption[] options)
Ant-style files collector (supports double-stars **).static List<File>
AntPatternFileCollector. scanDir(File baseDir, String[] rules, AntPatternFileCollector.ScanOption[] options)
Ant-style files collector (supports double-stars **).static Iterator<File>
AntPatternFileCollector. scanDirIteratively(File baseDir, String[] rules, AntPatternFileCollector.ScanOption[] options)
static String
AntPatternFileCollector. validate(File baseDir, String[] includePatterns, String[] excludePatterns, AntPatternFileCollector.ScanOption... options)
Will not perform any scan.
-