public enum DailingRollingIndexReader extends Enum<DailingRollingIndexReader>
| Modifier and Type | Method and Description |
|---|---|
static void |
dumpMaster(File dir,
PrintWriter writer) |
static void |
main(String... args) |
static String |
masterToString(File dir) |
static DailingRollingIndexReader |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DailingRollingIndexReader[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static DailingRollingIndexReader[] values()
for (DailingRollingIndexReader c : DailingRollingIndexReader.values()) System.out.println(c);
public static DailingRollingIndexReader valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic static void dumpMaster(File dir, PrintWriter writer)
public static void main(String... args)
Copyright © 2014. All Rights Reserved.