public class ConfigurationStaxReader
extends java.lang.Object
Constructor and Description |
---|
ConfigurationStaxReader() |
Modifier and Type | Method and Description |
---|---|
Configuration |
read(java.io.InputStream stream)
Method read.
|
Configuration |
read(java.io.InputStream stream,
boolean strict)
Method read.
|
Configuration |
read(java.io.Reader reader)
Method read.
|
Configuration |
read(java.io.Reader reader,
boolean strict)
Method read.
|
Configuration |
read(java.lang.String filePath)
Method read.
|
Configuration |
read(java.lang.String filePath,
boolean strict)
Method read.
|
public Configuration read(java.io.Reader reader, boolean strict) throws java.io.IOException, javax.xml.stream.XMLStreamException
reader
- a reader object.strict
- a strict object.java.io.IOException
- IOException if any.javax.xml.stream.XMLStreamException
- XMLStreamException if any.public Configuration read(java.io.Reader reader) throws java.io.IOException, javax.xml.stream.XMLStreamException
reader
- a reader object.java.io.IOException
- IOException if any.javax.xml.stream.XMLStreamException
- XMLStreamException if any.public Configuration read(java.io.InputStream stream, boolean strict) throws java.io.IOException, javax.xml.stream.XMLStreamException
stream
- a stream object.strict
- a strict object.java.io.IOException
- IOException if any.javax.xml.stream.XMLStreamException
- XMLStreamException if any.public Configuration read(java.io.InputStream stream) throws java.io.IOException, javax.xml.stream.XMLStreamException
stream
- a stream object.java.io.IOException
- IOException if any.javax.xml.stream.XMLStreamException
- XMLStreamException if any.public Configuration read(java.lang.String filePath, boolean strict) throws java.io.IOException, javax.xml.stream.XMLStreamException
filePath
- a filePath object.strict
- a strict object.java.io.IOException
- IOException if any.javax.xml.stream.XMLStreamException
- XMLStreamException if any.public Configuration read(java.lang.String filePath) throws java.io.IOException, javax.xml.stream.XMLStreamException
filePath
- a filePath object.java.io.IOException
- IOException if any.javax.xml.stream.XMLStreamException
- XMLStreamException if any.Copyright © 2012–2023 Red Hat, Inc.. All rights reserved.