Package | Description |
---|---|
org.jboss.as.patching.metadata | |
org.jboss.as.patching.tool | |
org.jboss.as.patching.validation |
Modifier and Type | Interface and Description |
---|---|
interface |
RollbackPatch
Additional patch information for a rollback
|
Modifier and Type | Class and Description |
---|---|
class |
PatchImpl |
static class |
PatchImpl.RollbackPatchImpl |
Modifier and Type | Method and Description |
---|---|
Patch |
PatchBuilder.build() |
Patch |
Builder.build() |
static Patch |
PatchMerger.merge(Patch cp1,
Patch cp2) |
static Patch |
PatchMerger.merge(Patch cp1,
Patch cp2,
boolean nextVersion) |
Patch |
PatchBuilder.resolvePatch(String name,
String version) |
Patch |
PatchMetadataResolver.resolvePatch(String name,
String version)
Resolve a for a given product name and version.
|
Modifier and Type | Method and Description |
---|---|
static void |
PatchXml.marshal(OutputStream os,
Patch patch) |
protected static void |
PatchXml.marshal(OutputStream os,
Patch patch,
org.jboss.staxmapper.XMLElementWriter<? extends Patch> xmlWriter) |
static void |
PatchXml.marshal(Writer writer,
Patch patch) |
static Patch |
PatchMerger.merge(Patch cp1,
Patch cp2) |
static Patch |
PatchMerger.merge(Patch cp1,
Patch cp2,
boolean nextVersion) |
Modifier and Type | Method and Description |
---|---|
protected static void |
PatchXml.marshal(OutputStream os,
Patch patch,
org.jboss.staxmapper.XMLElementWriter<? extends Patch> xmlWriter) |
Constructor and Description |
---|
RollbackPatchImpl(Patch patch,
InstalledIdentity installedIdentity) |
Modifier and Type | Method and Description |
---|---|
Patch |
PatchingHistory.Entry.getMetadata() |
Modifier and Type | Field and Description |
---|---|
static org.jboss.as.patching.validation.PatchingXmlArtifact<Patch> |
PatchingArtifacts.PATCH |
Copyright © 2023 JBoss by Red Hat. All rights reserved.