Class KarafPropertyInstructionsModelStaxWriter
- java.lang.Object
-
- org.apache.karaf.tools.utils.model.io.stax.KarafPropertyInstructionsModelStaxWriter
-
public class KarafPropertyInstructionsModelStaxWriter extends Object
Class KarafPropertyInstructionsModelStaxWriter.- Version:
- $Revision$ $Date$
-
-
Constructor Summary
Constructors Constructor Description KarafPropertyInstructionsModelStaxWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwrite(OutputStream stream, KarafPropertyEdits karafPropertyEdits)Method write.voidwrite(Writer writer, KarafPropertyEdits karafPropertyEdits)Method write.
-
-
-
Method Detail
-
write
public void write(Writer writer, KarafPropertyEdits karafPropertyEdits) throws IOException, XMLStreamException
Method write.- Parameters:
writer-karafPropertyEdits-- Throws:
IOExceptionXMLStreamException
-
write
public void write(OutputStream stream, KarafPropertyEdits karafPropertyEdits) throws IOException, XMLStreamException
Method write.- Parameters:
stream-karafPropertyEdits-- Throws:
IOExceptionXMLStreamException
-
-