|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStorageManager
Field Summary | |
---|---|
static java.lang.String |
LINUX_PATH
|
static java.lang.String |
WIN_PATH
|
Method Summary | |
---|---|
java.lang.String |
getDefaultPath()
Returns the current default path |
IConfiguration |
loadConfiguration()
Loads a configuration from a default path. |
IConfiguration |
loadConfiguration(java.lang.String path)
loads configuration from a given path. |
void |
saveConfiguration(IConfiguration config)
Stores a given configuration to a default path. |
void |
saveConfiguration(IConfiguration config,
java.lang.String path)
saves a configuration to a given path. |
java.lang.String |
setDefaultPath()
resets the default path to the origin default path. |
java.lang.String |
setDefaultPath(java.lang.String path)
sets the default path to store configurations. |
Field Detail |
---|
static final java.lang.String LINUX_PATH
static final java.lang.String WIN_PATH
Method Detail |
---|
void saveConfiguration(IConfiguration config)
configuration
- is to be stored into the fileIConfiguration loadConfiguration()
IConfiguration loadConfiguration(java.lang.String path)
path
-
void saveConfiguration(IConfiguration config, java.lang.String path)
config
- path
- java.lang.String setDefaultPath(java.lang.String path)
path
-
java.lang.String getDefaultPath()
java.lang.String setDefaultPath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |