Class SecurityConfigurationStaxReader
java.lang.Object
org.codehaus.plexus.components.secdispatcher.model.io.stax.SecurityConfigurationStaxReader
Class SecurityConfigurationStaxReader.
- Version:
- $Revision$ $Date$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionread(InputStream stream) Method read.read(InputStream stream, boolean strict) Method read.Method read.Method read.Method read.Method read.
-
Constructor Details
-
SecurityConfigurationStaxReader
public SecurityConfigurationStaxReader()
-
-
Method Details
-
read
Method read.- Parameters:
reader- a reader object.strict- a strict object.- Returns:
- SettingsSecurity
- Throws:
IOException- IOException if any.XMLStreamException- XMLStreamException if any.
-
read
Method read.- Parameters:
reader- a reader object.- Returns:
- SettingsSecurity
- Throws:
IOException- IOException if any.XMLStreamException- XMLStreamException if any.
-
read
public SettingsSecurity read(InputStream stream, boolean strict) throws IOException, XMLStreamException Method read.- Parameters:
stream- a stream object.strict- a strict object.- Returns:
- SettingsSecurity
- Throws:
IOException- IOException if any.XMLStreamException- XMLStreamException if any.
-
read
Method read.- Parameters:
stream- a stream object.- Returns:
- SettingsSecurity
- Throws:
IOException- IOException if any.XMLStreamException- XMLStreamException if any.
-
read
public SettingsSecurity read(String filePath, boolean strict) throws IOException, XMLStreamException Method read.- Parameters:
filePath- a filePath object.strict- a strict object.- Returns:
- SettingsSecurity
- Throws:
IOException- IOException if any.XMLStreamException- XMLStreamException if any.
-
read
Method read.- Parameters:
filePath- a filePath object.- Returns:
- SettingsSecurity
- Throws:
IOException- IOException if any.XMLStreamException- XMLStreamException if any.
-