public interface Patch
| Modifier and Type | Interface and Description |
|---|---|
static class |
Patch.PatchType |
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
PATCH_NAME_PATTERN |
| 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.
|
static final Pattern PATCH_NAME_PATTERN
String getPatchId()
String getDescription()
Identity getIdentity()
List<PatchElement> getElements()
List<ContentModification> getModifications()
Copyright © 2014 JBoss by Red Hat. All rights reserved.