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
- IOException
XMLStreamException
public Configuration read(Reader reader) throws IOException, XMLStreamException
reader
- IOException
XMLStreamException
public Configuration read(InputStream stream, boolean strict) throws IOException, XMLStreamException
stream
- strict
- IOException
XMLStreamException
public Configuration read(InputStream stream) throws IOException, XMLStreamException
stream
- IOException
XMLStreamException
public Configuration read(String filePath, boolean strict) throws IOException, XMLStreamException
filePath
- strict
- IOException
XMLStreamException
public Configuration read(String filePath) throws IOException, XMLStreamException
filePath
- IOException
XMLStreamException
Copyright © 2012-2015 Red Hat, Inc.. All Rights Reserved.