org.apache.continuum.release.model.io.stax
Class ContinuumPrepareReleasesModelStaxReader

java.lang.Object
  extended by org.apache.continuum.release.model.io.stax.ContinuumPrepareReleasesModelStaxReader

public class ContinuumPrepareReleasesModelStaxReader
extends Object

Class ContinuumPrepareReleasesModelStaxReader.

Version:
$Revision$ $Date$

Constructor Summary
ContinuumPrepareReleasesModelStaxReader()
           
 
Method Summary
 PreparedReleaseModel read(Reader reader)
          Method read.
 PreparedReleaseModel read(Reader reader, boolean strict)
          Method read.
 PreparedReleaseModel read(String filePath)
          Method read.
 PreparedReleaseModel 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

ContinuumPrepareReleasesModelStaxReader

public ContinuumPrepareReleasesModelStaxReader()
Method Detail

read

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

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

read

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

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

read

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

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

read

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

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


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