Package | Description |
---|---|
org.apache.maven.shared.utils.io |
Modifier and Type | Method | Description |
---|---|---|
static ScanConductor.ScanAction |
ScanConductor.ScanAction.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ScanConductor.ScanAction[] |
ScanConductor.ScanAction.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ScanConductor.ScanAction |
ScanConductor.visitDirectory(java.lang.String name,
java.io.File directory) |
This method will get invoked for every detected directory.
|
ScanConductor.ScanAction |
ScanConductor.visitFile(java.lang.String name,
java.io.File file) |
This method will get invoked for every detected file.
|
Copyright © 2018. All rights reserved.