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
IOException
public void put(Properties properties) throws IOException
IOException
public void update(Map<String,String> props) throws IOException
IOException
public void setProperty(String key, String value) throws IOException
IOException
public Properties find() throws IOException
IOException
public String getProperty(String key) throws IOException
IOException
Copyright © 2021. All rights reserved.