Class ConfigurationStaxReader
java.lang.Object
org.fedoraproject.xmvn.config.io.stax.ConfigurationStaxReader
Class ConfigurationStaxReader.
- Version:
- $Revision$ $Date$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionread(InputStream stream) Method read.read(InputStream stream, boolean strict) Method read.Method read.Method read.Method read.Method read.
-
Constructor Details
-
ConfigurationStaxReader
public ConfigurationStaxReader()
-
-
Method Details
-
read
Method read.- Parameters:
reader- a reader object.strict- a strict object.- Returns:
- Configuration
- Throws:
IOException- IOException if any.XMLStreamException- XMLStreamException if any.
-
read
Method read.- Parameters:
reader- a reader object.- Returns:
- Configuration
- Throws:
IOException- IOException if any.XMLStreamException- XMLStreamException if any.
-
read
public Configuration read(InputStream stream, boolean strict) throws IOException, XMLStreamException Method read.- Parameters:
stream- a stream object.strict- a strict object.- Returns:
- Configuration
- Throws:
IOException- IOException if any.XMLStreamException- XMLStreamException if any.
-
read
Method read.- Parameters:
stream- a stream object.- Returns:
- Configuration
- Throws:
IOException- IOException if any.XMLStreamException- XMLStreamException if any.
-
read
Method read.- Parameters:
filePath- a filePath object.strict- a strict object.- Returns:
- Configuration
- Throws:
IOException- IOException if any.XMLStreamException- XMLStreamException if any.
-
read
Method read.- Parameters:
filePath- a filePath object.- Returns:
- Configuration
- Throws:
IOException- IOException if any.XMLStreamException- XMLStreamException if any.
-