org.codehaus.plexus.security.keys.jdo.v0_9_0.io.stax
Class PlexusSecurityKeyManagementJdoStaxReader

java.lang.Object
  extended by org.codehaus.plexus.security.keys.jdo.v0_9_0.io.stax.PlexusSecurityKeyManagementJdoStaxReader

public class PlexusSecurityKeyManagementJdoStaxReader
extends Object

Class PlexusSecurityKeyManagementJdoStaxReader.

Version:
$Revision$ $Date$

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

PlexusSecurityKeyManagementJdoStaxReader

public PlexusSecurityKeyManagementJdoStaxReader()
Method Detail

read

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

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

read

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

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

read

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

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

read

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

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


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