public interface FastLane
| Modifier and Type | Field and Description |
|---|---|
static String |
FASTLANE_BASE_PATH
Name of the base path under which all Tools configuration files are located.
|
static String |
FILTER_CONFIG_PATH
Path under which the configuration file is stored.
|
static String |
FILTER_RESOURCE_NAME
Name of the resource that contains the name of the class with the @ToolsConfig annotation.
|
static String |
REST_RESOURCE_CONFIG_PATH
Path under which the configuration file is stored.
|
static String |
REST_RESOURCES_RESOURCE_NAME
Name of the resource that contains the name of the class with the @ToolsConfig annotation.
|
static String |
SERVLET_CONFIG_PATH
Path under which the configuration file is stored.
|
static String |
SERVLET_RESOURCE_NAME
Name of the resource that contains the name of the class with the @ToolsConfig annotation.
|
static final String FASTLANE_BASE_PATH
static final String REST_RESOURCES_RESOURCE_NAME
static final String REST_RESOURCE_CONFIG_PATH
static final String SERVLET_RESOURCE_NAME
static final String SERVLET_CONFIG_PATH
static final String FILTER_RESOURCE_NAME
static final String FILTER_CONFIG_PATH
Copyright © 2021. All rights reserved.