Package | Description |
---|---|
org.jboss.as.patching.installation | |
org.jboss.as.patching.metadata | |
org.jboss.as.patching.metadata.impl | |
org.jboss.as.patching.tool |
Modifier and Type | Method and Description |
---|---|
void |
InstallationManager.MutablePatchingTarget.apply(String patchId,
Patch.PatchType patchType)
Apply a patch.
|
Modifier and Type | Method and Description |
---|---|
Patch.PatchType |
UpgradeCondition.getPatchType()
Get the patch type.
|
static Patch.PatchType |
Patch.PatchType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Patch.PatchType[] |
Patch.PatchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PatchElement |
PatchBuilder.PatchElementHolder.createElement(Patch.PatchType type) |
PatchElement |
PatchElementBuilder.createElement(Patch.PatchType patchType) |
<T extends Identity> |
Identity.forType(Patch.PatchType patchType,
Class<T> clazz) |
<T extends PatchElementProvider> |
PatchElementProvider.forType(Patch.PatchType patchType,
Class<T> clazz) |
Constructor and Description |
---|
PatchIdentityBuilder(String name,
String version,
Patch.PatchType patchType,
PatchBuilder parent) |
Modifier and Type | Method and Description |
---|---|
Patch.PatchType |
PatchElementProviderImpl.getPatchType() |
Patch.PatchType |
IdentityImpl.getPatchType() |
Modifier and Type | Method and Description |
---|---|
<T extends Identity> |
IdentityImpl.forType(Patch.PatchType patchType,
Class<T> clazz) |
<T extends PatchElementProvider> |
PatchElementProviderImpl.forType(Patch.PatchType patchType,
Class<T> clazz) |
void |
IdentityImpl.setPatchType(Patch.PatchType patchType) |
Modifier and Type | Method and Description |
---|---|
Patch.PatchType |
PatchingHistory.Entry.getType() |
Copyright © 2023 JBoss by Red Hat. All rights reserved.