public class KarafPropertyInstructionsModelStaxReader extends Object
| Constructor and Description |
|---|
KarafPropertyInstructionsModelStaxReader() |
| Modifier and Type | Method and Description |
|---|---|
KarafPropertyEdits |
read(InputStream stream)
Method read.
|
KarafPropertyEdits |
read(InputStream stream,
boolean strict)
Method read.
|
KarafPropertyEdits |
read(Reader reader)
Method read.
|
KarafPropertyEdits |
read(Reader reader,
boolean strict)
Method read.
|
KarafPropertyEdits |
read(String filePath)
Method read.
|
KarafPropertyEdits |
read(String filePath,
boolean strict)
Method read.
|
public KarafPropertyInstructionsModelStaxReader()
public KarafPropertyEdits read(Reader reader, boolean strict) throws IOException, XMLStreamException
reader - strict - IOExceptionXMLStreamExceptionpublic KarafPropertyEdits read(Reader reader) throws IOException, XMLStreamException
reader - IOExceptionXMLStreamExceptionpublic KarafPropertyEdits read(InputStream stream, boolean strict) throws IOException, XMLStreamException
stream - strict - IOExceptionXMLStreamExceptionpublic KarafPropertyEdits read(InputStream stream) throws IOException, XMLStreamException
stream - IOExceptionXMLStreamExceptionpublic KarafPropertyEdits read(String filePath, boolean strict) throws IOException, XMLStreamException
filePath - strict - IOExceptionXMLStreamExceptionpublic KarafPropertyEdits read(String filePath) throws IOException, XMLStreamException
filePath - IOExceptionXMLStreamExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.