Package | Description |
---|---|
org.jboss.as.patching.metadata | |
org.jboss.as.patching.metadata.impl |
Modifier and Type | Interface and Description |
---|---|
static interface |
Identity.IdentityUpgrade |
Modifier and Type | Method and Description |
---|---|
<T extends Identity> |
Identity.forType(Patch.PatchType patchType,
Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
Identity |
Patch.getIdentity()
Returns the target identity.
|
Identity |
PatchImpl.getIdentity() |
Identity |
PatchImpl.RollbackPatchImpl.getIdentity() |
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 |
IdentityImpl |
Modifier and Type | Method and Description |
---|---|
<T extends Identity> |
IdentityImpl.forType(Patch.PatchType patchType,
Class<T> clazz) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.