public static enum PruneDeletedFiles.MODE extends java.lang.Enum<PruneDeletedFiles.MODE>
Enum Constant and Description |
---|
FILE
delete a file
|
PRUNE
move the file to the prune directory
|
READONLY
do not move/delete the files.
|
Modifier and Type | Field and Description |
---|---|
java.lang.String |
name |
Modifier and Type | Method and Description |
---|---|
static PruneDeletedFiles.MODE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PruneDeletedFiles.MODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PruneDeletedFiles.MODE READONLY
public static final PruneDeletedFiles.MODE FILE
public static final PruneDeletedFiles.MODE PRUNE
public static PruneDeletedFiles.MODE[] values()
for (PruneDeletedFiles.MODE c : PruneDeletedFiles.MODE.values()) System.out.println(c);
public static PruneDeletedFiles.MODE valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.