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
XMLStreamException
public static void marshal(Writer writer, BundledPatch patches) throws XMLStreamException
XMLStreamException
public static void marshal(OutputStream os, BundledPatch patches) throws XMLStreamException
XMLStreamException
Copyright © 2023 JBoss by Red Hat. All rights reserved.