| Modifier and Type | Class and Description |
|---|---|
static class |
PatchImpl.RollbackPatchImpl |
Patch.PatchTypePATCH_NAME_PATTERN| Constructor and Description |
|---|
PatchImpl(String patchID,
String description,
Identity identity,
List<PatchElement> elements,
List<ContentModification> modifications) |
| 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.
|
List<ContentModification> |
getModifications()
Get the content modifications.
|
String |
getPatchId()
Get the unique patch ID.
|
public PatchImpl(String patchID, String description, Identity identity, List<PatchElement> elements, List<ContentModification> modifications)
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 PatchCopyright © 2014 JBoss by Red Hat. All rights reserved.