public enum ServerDirectory extends java.lang.Enum<ServerDirectory>
Enum Constant and Description |
---|
CONFIG_DIR |
SRVDATA_DIR |
SRVHIST_DIR |
SRVLOGS_DIR |
SRVTASK_DIR |
WEBDATA_DIR |
Modifier and Type | Method and Description |
---|---|
java.io.File |
getFile() |
java.lang.String |
getName() |
java.lang.String |
toString() |
static ServerDirectory |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServerDirectory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerDirectory CONFIG_DIR
public static final ServerDirectory SRVDATA_DIR
public static final ServerDirectory SRVLOGS_DIR
public static final ServerDirectory SRVHIST_DIR
public static final ServerDirectory SRVTASK_DIR
public static final ServerDirectory WEBDATA_DIR
public static ServerDirectory[] values()
for (ServerDirectory c : ServerDirectory.values()) System.out.println(c);
public static ServerDirectory 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 nullpublic java.lang.String getName()
public java.io.File getFile()
public java.lang.String toString()
toString
in class java.lang.Enum<ServerDirectory>
Copyright © 2014 EsprIT-Systems. All Rights Reserved.