protected static class PropertiesCache.PropertiesHolder extends Object
| Modifier and Type | Method and Description | 
|---|---|
Properties | 
find()  | 
Properties | 
get()  | 
String | 
getProperty(String key)  | 
void | 
put(Properties properties)  | 
void | 
setProperty(String key,
           String value)  | 
void | 
update(Map<String,String> props)  | 
public Properties get() throws IOException
IOExceptionpublic void put(Properties properties) throws IOException
IOExceptionpublic void update(Map<String,String> props) throws IOException
IOExceptionpublic void setProperty(String key, String value) throws IOException
IOExceptionpublic Properties find() throws IOException
IOExceptionpublic String getProperty(String key) throws IOException
IOExceptionCopyright © 2021. All rights reserved.