Package | Description |
---|---|
org.apache.maven.shared.utils.io |
Modifier and Type | Method and Description |
---|---|
static ScanConductor.ScanAction |
ScanConductor.ScanAction.valueOf(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(String name,
File directory)
This method will get invoked for every detected directory.
|
ScanConductor.ScanAction |
ScanConductor.visitFile(String name,
File file)
This method will get invoked for every detected file.
|
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.