public abstract class AbstractPropertiesHandler extends Object implements Serializable
| Constructor and Description |
|---|
AbstractPropertiesHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getFilename()
Returns the filename for the properties.
|
Properties |
loadProperties()
Loads the properties.
|
boolean |
saveProperties(Properties props)
Saves the properties.
|
protected abstract String getFilename()
public boolean saveProperties(Properties props)
props - the properties to savepublic Properties loadProperties()
Copyright © 2022. All rights reserved.