| Package | Description |
|---|---|
| org.jboss.as.patching.metadata | |
| 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() |
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) |
| 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 | Field and Description |
|---|---|
static org.jboss.as.patching.validation.PatchingXmlArtifact<Patch> |
PatchingArtifacts.PATCH |
Copyright © 2014 JBoss by Red Hat. All rights reserved.