public class Reader extends Object
| Constructor and Description |
|---|
Reader() |
| Modifier and Type | Method and Description |
|---|---|
int |
layers() |
void |
load(InputStream configStream)
Re-loads the configuration even if it has already been loaded
|
void |
load(String xmlFile)
Re-loads the configuration even if it has already been loaded
|
public void load(String xmlFile) throws ParserConfigurationException
xmlFile - ParserConfigurationExceptionpublic int layers()
public void load(InputStream configStream) throws ParserConfigurationException
configStream - ParserConfigurationExceptionCopyright © 2017. All rights reserved.