public class PatchBundleXml extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
MULTI_PATCH_XML |
| Constructor and Description |
|---|
PatchBundleXml() |
| Modifier and Type | Method and Description |
|---|---|
static void |
marshal(OutputStream os,
BundledPatch patches) |
static void |
marshal(Writer writer,
BundledPatch patches) |
static BundledPatch |
parse(InputStream stream) |
public static final String MULTI_PATCH_XML
public static BundledPatch parse(InputStream stream) throws XMLStreamException
XMLStreamExceptionpublic static void marshal(Writer writer, BundledPatch patches) throws XMLStreamException
XMLStreamExceptionpublic static void marshal(OutputStream os, BundledPatch patches) throws XMLStreamException
XMLStreamExceptionCopyright © 2014 JBoss by Red Hat. All rights reserved.