Uses of Class
biz.gabrys.maven.plugin.util.io.ScannerPatternFormat
-
Packages that use ScannerPatternFormat Package Description biz.gabrys.maven.plugin.util.io Contains classes related with I/O operations. -
-
Uses of ScannerPatternFormat in biz.gabrys.maven.plugin.util.io
Methods in biz.gabrys.maven.plugin.util.io that return ScannerPatternFormat Modifier and Type Method Description static ScannerPatternFormat
ScannerPatternFormat. toPattern(String name)
Returns a scanner pattern format by name (case insensitive).static ScannerPatternFormat
ScannerPatternFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static ScannerPatternFormat[]
ScannerPatternFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in biz.gabrys.maven.plugin.util.io with parameters of type ScannerPatternFormat Modifier and Type Method Description FileScanner
ScannerFactory. create(ScannerPatternFormat patternFormat, Log logger)
Creates a new scanner related with the pattern format.
-