Class PropertiesServiceV2
- java.lang.Object
-
- uk.gov.gchq.gaffer.rest.service.v2.PropertiesServiceV2
-
- All Implemented Interfaces:
IPropertiesServiceV2
public class PropertiesServiceV2 extends Object implements IPropertiesServiceV2
An implementation ofIPropertiesServiceV2
that gets the configured system properties
-
-
Field Summary
Fields Modifier and Type Field Description static Map<String,String>
CORE_EXPOSED_PROPERTIES
static String
EXPOSED_PROPERTIES
-
Constructor Summary
Constructors Constructor Description PropertiesServiceV2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
getProperties()
javax.ws.rs.core.Response
getProperty(String propertyName)
-
-
-
Field Detail
-
EXPOSED_PROPERTIES
public static final String EXPOSED_PROPERTIES
- See Also:
- Constant Field Values
-
-
Method Detail
-
getProperties
public javax.ws.rs.core.Response getProperties()
- Specified by:
getProperties
in interfaceIPropertiesServiceV2
-
getProperty
public javax.ws.rs.core.Response getProperty(String propertyName)
- Specified by:
getProperty
in interfaceIPropertiesServiceV2
-
-