Package com.anaptecs.jeaf.fastlane.api
Interface FastLane
-
public interface FastLane
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFASTLANE_BASE_PATHName of the base path under which all Tools configuration files are located.static java.lang.StringFILTER_CONFIG_PATHPath under which the configuration file is stored.static java.lang.StringFILTER_RESOURCE_NAMEName of the resource that contains the name of the class with the @ToolsConfig annotation.static java.lang.StringPROVIDER_CONFIG_PATHPath under which the configuration file is stored.static java.lang.StringPROVIDER_RESOURCE_NAMEName of the resource that contains the name of the class with the @ToolsConfig annotation.static java.lang.StringREST_RESOURCE_CONFIG_PATHPath under which the configuration file is stored.static java.lang.StringREST_RESOURCES_RESOURCE_NAMEName of the resource that contains the name of the class with the @ToolsConfig annotation.static java.lang.StringSERVLET_CONFIG_PATHPath under which the configuration file is stored.static java.lang.StringSERVLET_RESOURCE_NAMEName of the resource that contains the name of the class with the @ToolsConfig annotation.
-
-
-
Field Detail
-
FASTLANE_BASE_PATH
static final java.lang.String FASTLANE_BASE_PATH
Name of the base path under which all Tools configuration files are located.- See Also:
- Constant Field Values
-
REST_RESOURCES_RESOURCE_NAME
static final java.lang.String REST_RESOURCES_RESOURCE_NAME
Name of the resource that contains the name of the class with the @ToolsConfig annotation.- See Also:
- Constant Field Values
-
REST_RESOURCE_CONFIG_PATH
static final java.lang.String REST_RESOURCE_CONFIG_PATH
Path under which the configuration file is stored.- See Also:
- Constant Field Values
-
SERVLET_RESOURCE_NAME
static final java.lang.String SERVLET_RESOURCE_NAME
Name of the resource that contains the name of the class with the @ToolsConfig annotation.- See Also:
- Constant Field Values
-
SERVLET_CONFIG_PATH
static final java.lang.String SERVLET_CONFIG_PATH
Path under which the configuration file is stored.- See Also:
- Constant Field Values
-
FILTER_RESOURCE_NAME
static final java.lang.String FILTER_RESOURCE_NAME
Name of the resource that contains the name of the class with the @ToolsConfig annotation.- See Also:
- Constant Field Values
-
FILTER_CONFIG_PATH
static final java.lang.String FILTER_CONFIG_PATH
Path under which the configuration file is stored.- See Also:
- Constant Field Values
-
PROVIDER_RESOURCE_NAME
static final java.lang.String PROVIDER_RESOURCE_NAME
Name of the resource that contains the name of the class with the @ToolsConfig annotation.- See Also:
- Constant Field Values
-
PROVIDER_CONFIG_PATH
static final java.lang.String PROVIDER_CONFIG_PATH
Path under which the configuration file is stored.- See Also:
- Constant Field Values
-
-