Class SystemPropertiesAccessor
java.lang.Object
com.atlassian.jira.config.properties.SystemPropertiesAccessor
- All Implemented Interfaces:
PropertiesAccessor
Implementation of accessing the system properties.
- Since:
- v6.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBoolean
(String key) getInteger
(String key) getProperty
(String key) void
refresh()
void
void
setProperties
(Properties props) void
setProperty
(String key, String value) void
unsetProperty
(String key)
-
Constructor Details
-
SystemPropertiesAccessor
public SystemPropertiesAccessor()
-
-
Method Details
-
getBoolean
- Specified by:
getBoolean
in interfacePropertiesAccessor
-
getProperty
- Specified by:
getProperty
in interfacePropertiesAccessor
-
setProperty
- Specified by:
setProperty
in interfacePropertiesAccessor
-
unsetProperty
- Specified by:
unsetProperty
in interfacePropertiesAccessor
-
getProperties
- Specified by:
getProperties
in interfacePropertiesAccessor
-
setProperties
- Specified by:
setProperties
in interfacePropertiesAccessor
-
getInteger
- Specified by:
getInteger
in interfacePropertiesAccessor
-
getLong
- Specified by:
getLong
in interfacePropertiesAccessor
-
refresh
public void refresh()- Specified by:
refresh
in interfacePropertiesAccessor
-
refresh
- Specified by:
refresh
in interfacePropertiesAccessor
-