public static class PatchImpl.RollbackPatchImpl extends Object implements RollbackPatch
Patch.PatchType
PATCH_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.
|
String |
getLink()
Get the link to the patch.
|
List<ContentModification> |
getModifications()
Get the content modifications.
|
String |
getPatchId()
Get the unique patch ID.
|
public RollbackPatchImpl(Patch patch, InstalledIdentity installedIdentity)
public String getPatchId()
Patch
getPatchId
in interface Patch
public String getDescription()
Patch
getDescription
in interface Patch
public Identity getIdentity()
Patch
getIdentity
in interface Patch
public List<PatchElement> getElements()
Patch
getElements
in interface Patch
public List<ContentModification> getModifications()
Patch
getModifications
in interface Patch
public InstalledIdentity getIdentityState()
RollbackPatch
getIdentityState
in interface RollbackPatch
Copyright © 2023 JBoss by Red Hat. All rights reserved.