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