public class ConfigurationStaxReader extends Object
| Constructor and Description |
|---|
ConfigurationStaxReader() |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
read(InputStream stream)
Method read.
|
Configuration |
read(InputStream stream,
boolean strict)
Method read.
|
Configuration |
read(Reader reader)
Method read.
|
Configuration |
read(Reader reader,
boolean strict)
Method read.
|
Configuration |
read(String filePath)
Method read.
|
Configuration |
read(String filePath,
boolean strict)
Method read.
|
public Configuration read(Reader reader, boolean strict) throws IOException, XMLStreamException
reader - strict - IOExceptionXMLStreamExceptionpublic Configuration read(Reader reader) throws IOException, XMLStreamException
reader - IOExceptionXMLStreamExceptionpublic Configuration read(InputStream stream, boolean strict) throws IOException, XMLStreamException
stream - strict - IOExceptionXMLStreamExceptionpublic Configuration read(InputStream stream) throws IOException, XMLStreamException
stream - IOExceptionXMLStreamExceptionpublic Configuration read(String filePath, boolean strict) throws IOException, XMLStreamException
filePath - strict - IOExceptionXMLStreamExceptionpublic Configuration read(String filePath) throws IOException, XMLStreamException
filePath - IOExceptionXMLStreamExceptionCopyright © 2012-2015 Red Hat, Inc.. All Rights Reserved.