Class RedbackRoleModelStaxReader
- java.lang.Object
-
- org.apache.archiva.redback.role.model.io.stax.RedbackRoleModelStaxReader
-
public class RedbackRoleModelStaxReader extends Object
Class RedbackRoleModelStaxReader.- Version:
- $Revision$ $Date$
-
-
Constructor Summary
Constructors Constructor Description RedbackRoleModelStaxReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RedbackRoleModelread(InputStream stream)Method read.RedbackRoleModelread(InputStream stream, boolean strict)Method read.RedbackRoleModelread(Reader reader)Method read.RedbackRoleModelread(Reader reader, boolean strict)Method read.RedbackRoleModelread(String filePath)Method read.RedbackRoleModelread(String filePath, boolean strict)Method read.
-
-
-
Constructor Detail
-
RedbackRoleModelStaxReader
public RedbackRoleModelStaxReader()
-
-
Method Detail
-
read
public RedbackRoleModel read(Reader reader, boolean strict) throws IOException, XMLStreamException
Method read.- Parameters:
reader-strict-- Returns:
- RedbackRoleModel
- Throws:
IOExceptionXMLStreamException
-
read
public RedbackRoleModel read(Reader reader) throws IOException, XMLStreamException
Method read.- Parameters:
reader-- Returns:
- RedbackRoleModel
- Throws:
IOExceptionXMLStreamException
-
read
public RedbackRoleModel read(InputStream stream, boolean strict) throws IOException, XMLStreamException
Method read.- Parameters:
stream-strict-- Returns:
- RedbackRoleModel
- Throws:
IOExceptionXMLStreamException
-
read
public RedbackRoleModel read(InputStream stream) throws IOException, XMLStreamException
Method read.- Parameters:
stream-- Returns:
- RedbackRoleModel
- Throws:
IOExceptionXMLStreamException
-
read
public RedbackRoleModel read(String filePath, boolean strict) throws IOException, XMLStreamException
Method read.- Parameters:
filePath-strict-- Returns:
- RedbackRoleModel
- Throws:
IOExceptionXMLStreamException
-
read
public RedbackRoleModel read(String filePath) throws IOException, XMLStreamException
Method read.- Parameters:
filePath-- Returns:
- RedbackRoleModel
- Throws:
IOExceptionXMLStreamException
-
-