|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<ScanConductor.ScanAction> org.apache.maven.shared.utils.io.ScanConductor.ScanAction
public static enum ScanConductor.ScanAction
Enum Constant Summary | |
---|---|
ABORT
Abort the whole scanning process. |
|
ABORT_DIRECTORY
Abort processing the current directory. |
|
CONTINUE
Continue the scanning with the next item in the list. |
|
NO_RECURSE
This response is only valid for ScanConductor.visitDirectory(String, java.io.File) . |
Method Summary | |
---|---|
static ScanConductor.ScanAction |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ScanConductor.ScanAction[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ScanConductor.ScanAction ABORT
public static final ScanConductor.ScanAction CONTINUE
public static final ScanConductor.ScanAction NO_RECURSE
ScanConductor.visitDirectory(String, java.io.File)
.
Do not recurse into the current directory. The current directory will not be added
and the processing will be continued with the next item in the list.
public static final ScanConductor.ScanAction ABORT_DIRECTORY
Method Detail |
---|
public static final ScanConductor.ScanAction[] values()
for(ScanConductor.ScanAction c : ScanConductor.ScanAction.values()) System.out.println(c);
public static ScanConductor.ScanAction valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |