Package uk.gov.gchq.gaffer.rest
Class SystemProperty
- java.lang.Object
-
- uk.gov.gchq.gaffer.rest.SystemProperty
-
public final class SystemProperty extends Object
System property keys and default values.
-
-
Field Summary
-
-
-
Field Detail
-
GRAPH_CONFIG_PATH
public static final String GRAPH_CONFIG_PATH
- See Also:
- Constant Field Values
-
SCHEMA_PATHS
public static final String SCHEMA_PATHS
- See Also:
- Constant Field Values
-
STORE_PROPERTIES_PATH
public static final String STORE_PROPERTIES_PATH
- See Also:
- Constant Field Values
-
GAFFER_VERSION
public static final String GAFFER_VERSION
- See Also:
- Constant Field Values
-
KORYPHE_VERSION
public static final String KORYPHE_VERSION
- See Also:
- Constant Field Values
-
BASE_PATH
public static final String BASE_PATH
- See Also:
- Constant Field Values
-
REST_API_VERSION
public static final String REST_API_VERSION
- See Also:
- Constant Field Values
-
GRAPH_FACTORY_CLASS
public static final String GRAPH_FACTORY_CLASS
- See Also:
- Constant Field Values
-
USER_FACTORY_CLASS
public static final String USER_FACTORY_CLASS
- See Also:
- Constant Field Values
-
SERVICES_PACKAGE_PREFIX
public static final String SERVICES_PACKAGE_PREFIX
- See Also:
- Constant Field Values
-
PACKAGE_PREFIXES
public static final String PACKAGE_PREFIXES
- See Also:
- Constant Field Values
-
JSON_SERIALISER_CLASS
public static final String JSON_SERIALISER_CLASS
- See Also:
- Constant Field Values
-
JSON_SERIALISER_MODULES
public static final String JSON_SERIALISER_MODULES
- See Also:
- Constant Field Values
-
REST_DEBUG
public static final String REST_DEBUG
- See Also:
- Constant Field Values
-
EXPOSED_PROPERTIES
public static final String EXPOSED_PROPERTIES
A CSV of properties to expose via the properties endpoint.- See Also:
- Constant Field Values
-
APP_TITLE
public static final String APP_TITLE
- See Also:
- Constant Field Values
-
APP_DESCRIPTION
public static final String APP_DESCRIPTION
- See Also:
- Constant Field Values
-
APP_BANNER_COLOUR
public static final String APP_BANNER_COLOUR
- See Also:
- Constant Field Values
-
APP_BANNER_DESCRIPTION
public static final String APP_BANNER_DESCRIPTION
- See Also:
- Constant Field Values
-
APP_DOCUMENTATION_URL
public static final String APP_DOCUMENTATION_URL
- See Also:
- Constant Field Values
-
LOGO_LINK
public static final String LOGO_LINK
- See Also:
- Constant Field Values
-
LOGO_IMAGE_URL
public static final String LOGO_IMAGE_URL
- See Also:
- Constant Field Values
-
FAVICON_SMALL_URL
public static final String FAVICON_SMALL_URL
- See Also:
- Constant Field Values
-
FAVICON_LARGE_URL
public static final String FAVICON_LARGE_URL
- See Also:
- Constant Field Values
-
PACKAGE_PREFIXES_DEFAULT
public static final String PACKAGE_PREFIXES_DEFAULT
Comma separated list of package prefixes to search for Functions andOperation
s.- See Also:
- Constant Field Values
-
SERVICES_PACKAGE_PREFIX_DEFAULT
public static final String SERVICES_PACKAGE_PREFIX_DEFAULT
- See Also:
- Constant Field Values
-
BASE_PATH_DEFAULT
public static final String BASE_PATH_DEFAULT
- See Also:
- Constant Field Values
-
CORE_VERSION
public static final String CORE_VERSION
- See Also:
- Constant Field Values
-
GAFFER_VERSION_DEFAULT
public static final String GAFFER_VERSION_DEFAULT
-
KORYPHE_VERSION_DEFAULT
public static final String KORYPHE_VERSION_DEFAULT
-
GRAPH_FACTORY_CLASS_DEFAULT
public static final String GRAPH_FACTORY_CLASS_DEFAULT
-
USER_FACTORY_CLASS_DEFAULT
public static final String USER_FACTORY_CLASS_DEFAULT
-
REST_DEBUG_DEFAULT
public static final String REST_DEBUG_DEFAULT
-
APP_TITLE_DEFAULT
public static final String APP_TITLE_DEFAULT
- See Also:
- Constant Field Values
-
APP_DESCRIPTION_DEFAULT
public static final String APP_DESCRIPTION_DEFAULT
- See Also:
- Constant Field Values
-
APP_DOCUMENTATION_URL_DEFAULT
public static final String APP_DOCUMENTATION_URL_DEFAULT
- See Also:
- Constant Field Values
-
LOGO_LINK_DEFAULT
public static final String LOGO_LINK_DEFAULT
- See Also:
- Constant Field Values
-
LOGO_IMAGE_URL_DEFAULT
public static final String LOGO_IMAGE_URL_DEFAULT
- See Also:
- Constant Field Values
-
-