Package | Description |
---|---|
org.jboss.as.patching.metadata | |
org.jboss.as.patching.metadata.impl |
Modifier and Type | Method and Description |
---|---|
PatchElement |
PatchBuilder.PatchElementHolder.createElement(Patch.PatchType type) |
PatchElement |
PatchElementBuilder.createElement(Patch.PatchType patchType) |
Modifier and Type | Method and Description |
---|---|
List<PatchElement> |
Patch.getElements()
List of patch elements.
|
List<PatchElement> |
PatchImpl.getElements() |
List<PatchElement> |
PatchImpl.RollbackPatchImpl.getElements() |
Modifier and Type | Method and Description |
---|---|
PatchBuilder |
PatchBuilder.addElement(PatchElement element) |
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 | Class and Description |
---|---|
class |
PatchElementImpl |
Copyright © 2023 JBoss by Red Hat. All rights reserved.