|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Configuration
| Field Summary | |
|---|---|
static String |
CONFIG_DIR
|
| Method Summary | |
|---|---|
void |
destroy()
Clean up configuration resources. |
void |
init()
Initialize the configuration settings. |
void |
load()
Load the configuration settings. |
void |
save()
Store configuration settings. |
| Field Detail |
|---|
static final String CONFIG_DIR
| Method Detail |
|---|
void init()
throws IOException
IOException - if the configuration settings could not be initialized because of
an I/O problem.
void load()
throws IOException
IOException - if the configuration settings could not be loaded due to an I/O
problem.
void save()
throws IOException
IOException - if the configuration settings could not be saved due to an I/O
problem.
void destroy()
throws IOException
IOException - if one or more resources could not be cleaned up. Implementations
should attempt to clean up as many resources as possible before
returning or throwing an exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||