Package | Description |
---|---|
org.jboss.as.patching.metadata | |
org.jboss.as.patching.runner |
Modifier and Type | Method and Description |
---|---|
static BundledPatch |
PatchBundleXml.parse(InputStream stream) |
Modifier and Type | Method and Description |
---|---|
static void |
PatchBundleXml.marshal(OutputStream os,
BundledPatch patches) |
static void |
PatchBundleXml.marshal(Writer writer,
BundledPatch patches) |
void |
PatchBundleXml_1_0.writeContent(org.jboss.staxmapper.XMLExtendedStreamWriter writer,
BundledPatch bundledPatch) |
Modifier and Type | Method and Description |
---|---|
void |
PatchBundleXml_1_0.readElement(org.jboss.staxmapper.XMLExtendedStreamReader reader,
PatchXml.Result<BundledPatch> result) |
Modifier and Type | Method and Description |
---|---|
protected PatchingResult |
PatchToolImpl.applyPatchBundle(File workDir,
BundledPatch bundledPatch,
ContentVerificationPolicy contentPolicy) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.