Package | Description |
---|---|
org.jboss.as.patching.metadata | |
org.jboss.as.patching.metadata.impl | |
org.jboss.as.patching.runner |
Modifier and Type | Method and Description |
---|---|
protected ContentModification |
ModificationBuilderTarget.createContentModification(ContentItem item,
ModificationType type,
byte[] existingHash) |
protected ContentModification |
ModificationBuilderTarget.createContentModification(ContentItem item,
ModificationType type,
byte[] existingHash,
ModificationCondition condition) |
Modifier and Type | Method and Description |
---|---|
List<ContentModification> |
PatchBuilder.getModifications() |
List<ContentModification> |
Patch.getModifications()
Get the content modifications.
|
List<ContentModification> |
PatchImpl.getModifications() |
List<ContentModification> |
PatchImpl.RollbackPatchImpl.getModifications() |
Collection<ContentModification> |
PatchElement.getModifications()
Get the content modifications.
|
Modifier and Type | Method and Description |
---|---|
T |
ModificationBuilderTarget.addContentModification(ContentModification modification)
Add a content modification.
|
protected PatchBuilder |
PatchBuilder.internalAddModification(ContentModification modification) |
protected PatchElementBuilder |
PatchElementBuilder.internalAddModification(ContentModification modification) |
protected abstract T |
ModificationBuilderTarget.internalAddModification(ContentModification modification) |
Constructor and Description |
---|
ContentModification(ContentItem item,
ContentModification existing) |
Constructor and Description |
---|
PatchImpl(String patchID,
String description,
Identity identity,
List<PatchElement> elements,
List<ContentModification> modifications) |
PatchImpl(String patchID,
String description,
String link,
Identity identity,
List<PatchElement> elements,
List<ContentModification> modifications) |
Modifier and Type | Method and Description |
---|---|
List<ContentModification> |
PatchElementImpl.getModifications() |
Modifier and Type | Method and Description |
---|---|
PatchElementImpl |
PatchElementImpl.addContentModification(ContentModification modification) |
Modifier and Type | Method and Description |
---|---|
void |
PatchingTaskContext.recordChange(ContentModification change,
ContentModification rollbackAction)
Record a change to be included in the patch history.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.