Class MockPropertiesAccessor
java.lang.Object
com.atlassian.jira.config.properties.MockPropertiesAccessor
- All Implemented Interfaces:
PropertiesAccessor
- Since:
- v7.0
-
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
-
MockPropertiesAccessor
public MockPropertiesAccessor()
-
-
Method Details
-
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
-
getBoolean
- Specified by:
getBoolean
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
-