public abstract class ConfigureFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
KEYMAP |
static String |
MACROS |
static String |
SESSIONS |
| Constructor and Description |
|---|
ConfigureFactory() |
| Modifier and Type | Method and Description |
|---|---|
static ConfigureFactory |
getInstance() |
abstract Properties |
getProperties(String regKey) |
abstract Properties |
getProperties(String regKey,
String fileName) |
abstract Properties |
getProperties(String regKey,
String fileName,
boolean createFile,
String header) |
abstract Properties |
getProperties(String regKey,
String fileName,
boolean createFile,
String header,
boolean reloadIfLoaded) |
abstract String |
getProperty(String regKey) |
abstract String |
getProperty(String regKey,
String defaultValue) |
abstract void |
reloadSettings() |
abstract void |
saveSettings() |
abstract void |
saveSettings(String regKey) |
abstract void |
saveSettings(String regKey,
String header) |
abstract void |
saveSettings(String regKey,
String fileName,
String header) |
abstract void |
setProperties(String regKey,
Properties regProps) |
abstract void |
setProperties(String regKey,
String fileName,
String header) |
abstract void |
setProperties(String regKey,
String fileName,
String header,
boolean createFile) |
public static final String SESSIONS
public static final String MACROS
public static final String KEYMAP
public static ConfigureFactory getInstance()
public abstract void reloadSettings()
public abstract void saveSettings()
public abstract void setProperties(String regKey, Properties regProps)
public abstract void setProperties(String regKey, String fileName, String header, boolean createFile)
public abstract Properties getProperties(String regKey)
public abstract Properties getProperties(String regKey, String fileName)
public abstract Properties getProperties(String regKey, String fileName, boolean createFile, String header)
public abstract Properties getProperties(String regKey, String fileName, boolean createFile, String header, boolean reloadIfLoaded)
public abstract void saveSettings(String regKey)
Copyright © 2018. All rights reserved.