|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.continuum.model.project.io.stax.ContinuumStaxReader
public class ContinuumStaxReader
Class ContinuumStaxReader.
Constructor Summary | |
---|---|
ContinuumStaxReader()
|
Method Summary | |
---|---|
ContinuumDatabase |
read(Reader reader)
Method read. |
ContinuumDatabase |
read(Reader reader,
boolean strict)
Method read. |
ContinuumDatabase |
read(String filePath)
Method read. |
ContinuumDatabase |
read(String filePath,
boolean strict)
Method read. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContinuumStaxReader()
Method Detail |
---|
public ContinuumDatabase read(Reader reader, boolean strict) throws IOException, javax.xml.stream.XMLStreamException
reader
- strict
-
IOException
javax.xml.stream.XMLStreamException
public ContinuumDatabase read(Reader reader) throws IOException, javax.xml.stream.XMLStreamException
reader
-
IOException
javax.xml.stream.XMLStreamException
public ContinuumDatabase read(String filePath, boolean strict) throws IOException, javax.xml.stream.XMLStreamException
filePath
- strict
-
IOException
javax.xml.stream.XMLStreamException
public ContinuumDatabase read(String filePath) throws IOException, javax.xml.stream.XMLStreamException
filePath
-
IOException
javax.xml.stream.XMLStreamException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |