public class WebUIConfigPreserver
extends JSONObjectPreserver
Constructor and Description |
---|
WebUIConfigPreserver() |
Modifier and Type | Method and Description |
---|---|
void |
saveTo(WebUIConfig config,
java.lang.String fileName)
Saves the
WebUIConfig to the file by the given file name. |
public void saveTo(WebUIConfig config, java.lang.String fileName) throws WRException
WebUIConfig
to the file by the given file name.
The file suffix is ".config".config
- WebUIConfig
fileName
- A fileName stringWRException