public class XmlConfig extends Object
| Constructor and Description |
|---|
XmlConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
read(LogHandlerPanel lp,
File input) |
void |
read(LogHandlerPanel lp,
XMLStreamReader input) |
void |
readXml(LogHandlerPanel lp,
Reader input) |
void |
readXml(LogHandlerPanel lp,
String input) |
void |
write(File out,
LogHandlerPanel lp) |
void |
write(OutputStream out,
LogHandlerPanel lp) |
void |
write(Writer out,
LogHandlerPanel lp) |
void |
write(XMLStreamWriter out,
LogHandlerPanel lp) |
public void write(File out, LogHandlerPanel lp)
public void write(OutputStream out, LogHandlerPanel lp)
public void write(Writer out, LogHandlerPanel lp)
public void write(XMLStreamWriter out, LogHandlerPanel lp) throws XMLStreamException
XMLStreamExceptionpublic void readXml(LogHandlerPanel lp, String input) throws XMLStreamException
XMLStreamExceptionpublic void readXml(LogHandlerPanel lp, Reader input) throws XMLStreamException
XMLStreamExceptionpublic void read(LogHandlerPanel lp, File input) throws XMLStreamException, IOException
XMLStreamExceptionIOExceptionpublic void read(LogHandlerPanel lp, XMLStreamReader input) throws XMLStreamException
XMLStreamExceptionCopyright © 2019. All rights reserved.