public final class WindGateConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CLASS_WINDGATE_FINALIZE
The class name of WindGate finalize command.
|
static String |
CLASS_WINDGATE_PROCESS
The class name of WindGate process command.
|
static String |
PATH_WINDGATE_CONF_DIR
The path of the WindGate configuration directory.
|
static String |
PATH_WINDGATE_LIB_DIR
The path of the WindGate core libraries directory.
|
static String |
PATH_WINDGATE_PLUGIN_DIR
The path of the WindGate plug-in libraries directory.
|
static String |
PATH_WINDGATE_PROFILE_DIR
The path of the WindGate profile directory.
|
static String |
PATH_WINDGATE_PROFILE_SUFFIX
The suffix of WindGate profile file.
|
Modifier and Type | Method and Description |
---|---|
static List<Path> |
getPluginPath(Path home)
Returns the WindGate plug-in files.
|
static URI |
getProfileUri(Path home,
String profileName)
Returns the profile path.
|
public static final String PATH_WINDGATE_CONF_DIR
public static final String PATH_WINDGATE_PROFILE_DIR
public static final String PATH_WINDGATE_PROFILE_SUFFIX
public static final String PATH_WINDGATE_LIB_DIR
public static final String PATH_WINDGATE_PLUGIN_DIR
public static final String CLASS_WINDGATE_PROCESS
public static final String CLASS_WINDGATE_FINALIZE
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.