|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfigurationStringFormatter
Converts between the current state of a configurator tree and strings
| Method Summary | |
|---|---|
java.lang.String |
format(Configurator[] confs)
Generates a formatted String, suitable for writing to a file, from the supplied Configurators |
void |
parse(Configurator[] confs,
java.lang.String string)
Sets the state of the supplied configurators according to the supplied string |
| Method Detail |
|---|
java.lang.String format(Configurator[] confs)
confs - An array of configurators, whose state should be
encoded into the string
void parse(Configurator[] confs,
java.lang.String string)
confs - The configurators to setstring - The string to set from
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||