public static class PatchImpl.RollbackPatchImpl extends Object implements RollbackPatch
Patch.PatchTypePATCH_NAME_PATTERN| Constructor and Description |
|---|
RollbackPatchImpl(Patch patch,
InstalledIdentity installedIdentity) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Get the patch description.
|
List<PatchElement> |
getElements()
List of patch elements.
|
Identity |
getIdentity()
Returns the target identity.
|
InstalledIdentity |
getIdentityState()
Get the backed up identity state.
|
List<ContentModification> |
getModifications()
Get the content modifications.
|
String |
getPatchId()
Get the unique patch ID.
|
public RollbackPatchImpl(Patch patch, InstalledIdentity installedIdentity)
public String getPatchId()
PatchgetPatchId in interface Patchpublic String getDescription()
PatchgetDescription in interface Patchpublic Identity getIdentity()
PatchgetIdentity in interface Patchpublic List<PatchElement> getElements()
PatchgetElements in interface Patchpublic List<ContentModification> getModifications()
PatchgetModifications in interface Patchpublic InstalledIdentity getIdentityState()
RollbackPatchgetIdentityState in interface RollbackPatchCopyright © 2014 JBoss by Red Hat. All rights reserved.