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.
|
String |
getLink()
Get the link to the patch.
|
List<ContentModification> |
getModifications()
Get the content modifications.
|
String |
getPatchId()
Get the unique patch ID.
|
static final Pattern PATCH_NAME_PATTERN
String getPatchId()
String getDescription()
String getLink()
Identity getIdentity()
List<PatchElement> getElements()
List<ContentModification> getModifications()
Copyright © 2023 JBoss by Red Hat. All rights reserved.