org.apache.maven.continuum.model.project.io.stax
Class ContinuumStaxReader

java.lang.Object
  extended by org.apache.maven.continuum.model.project.io.stax.ContinuumStaxReader

public class ContinuumStaxReader
extends Object

Class ContinuumStaxReader.

Version:
$Revision$ $Date$

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

ContinuumStaxReader

public ContinuumStaxReader()
Method Detail

read

public ContinuumDatabase read(Reader reader,
                              boolean strict)
                       throws IOException,
                              javax.xml.stream.XMLStreamException
Method read.

Parameters:
reader -
strict -
Returns:
ContinuumDatabase
Throws:
IOException
javax.xml.stream.XMLStreamException

read

public ContinuumDatabase read(Reader reader)
                       throws IOException,
                              javax.xml.stream.XMLStreamException
Method read.

Parameters:
reader -
Returns:
ContinuumDatabase
Throws:
IOException
javax.xml.stream.XMLStreamException

read

public ContinuumDatabase read(String filePath,
                              boolean strict)
                       throws IOException,
                              javax.xml.stream.XMLStreamException
Method read.

Parameters:
filePath -
strict -
Returns:
ContinuumDatabase
Throws:
IOException
javax.xml.stream.XMLStreamException

read

public ContinuumDatabase read(String filePath)
                       throws IOException,
                              javax.xml.stream.XMLStreamException
Method read.

Parameters:
filePath -
Returns:
ContinuumDatabase
Throws:
IOException
javax.xml.stream.XMLStreamException


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.