@Internal
public interface PropertiesAccessor
Modifier and Type | Method and Description |
---|---|
Boolean |
getBoolean(String key) |
Integer |
getInteger(String key) |
Long |
getLong(String key) |
Properties |
getProperties() |
String |
getProperty(String key) |
void |
refresh() |
void |
refresh(String key) |
void |
setProperties(Properties props) |
void |
setProperty(String key,
String value) |
void |
unsetProperty(String key) |
Properties getProperties()
void setProperties(@Nonnull Properties props)
void refresh()
Copyright © 2002-2015 Atlassian. All Rights Reserved.