Package | Description |
---|---|
biz.gabrys.maven.plugin.util.io |
Contains classes related with I/O operations.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
FileScanner |
ScannerFactory.create(ScannerPatternFormat patternFormat,
Log logger)
Creates a new scanner related with the pattern format.
|
Copyright © 2015–2016 gabrys.biz. All rights reserved.