Interface AgentLauncherConstants
-
- All Known Subinterfaces:
AgentConstants
public interface AgentLauncherConstants
- Author:
- Maxim.Manuylov Date: 04.03.14
-
-
Field Summary
Fields Modifier and Type Field Description static String
AGENT_ADDRESS_FILE
static String
AGENT_ADDRESS_FILE_URL_KEY
static String
FILE_KEY
static String
LAUNCHER_VERSION_KEY
static String
PLUGINS_DIR_NAME
static String
TOOLS_DIR_NAME
-
-
-
Field Detail
-
PLUGINS_DIR_NAME
@NotNull static final String PLUGINS_DIR_NAME
- See Also:
- Constant Field Values
-
TOOLS_DIR_NAME
@NotNull static final String TOOLS_DIR_NAME
- See Also:
- Constant Field Values
-
FILE_KEY
@NotNull static final String FILE_KEY
- See Also:
- Constant Field Values
-
LAUNCHER_VERSION_KEY
@NotNull static final String LAUNCHER_VERSION_KEY
- See Also:
- Constant Field Values
-
AGENT_ADDRESS_FILE
@NotNull static final String AGENT_ADDRESS_FILE
- See Also:
- Constant Field Values
-
AGENT_ADDRESS_FILE_URL_KEY
@NotNull static final String AGENT_ADDRESS_FILE_URL_KEY
- See Also:
- Constant Field Values
-
-