org.codehaus.plexus.security.authorization.rbac.jdo.v0_9_0.io.stax
Class RbacJdoModelStaxReader

java.lang.Object
  extended by org.codehaus.plexus.security.authorization.rbac.jdo.v0_9_0.io.stax.RbacJdoModelStaxReader

public class RbacJdoModelStaxReader
extends Object

Class RbacJdoModelStaxReader.

Version:
$Revision$ $Date$

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

RbacJdoModelStaxReader

public RbacJdoModelStaxReader()
Method Detail

read

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

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

read

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

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

read

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

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

read

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

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


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