Package | Description |
---|---|
org.jboss.as.patching.installation | |
org.jboss.as.patching.tool |
Modifier and Type | Interface and Description |
---|---|
static interface |
InstallationManager.InstallationModification |
static interface |
InstallationManager.MutablePatchingTarget |
Modifier and Type | Method and Description |
---|---|
PatchableTarget.TargetInfo |
InstallationManager.MutablePatchingTarget.getModifiedState()
Get the modified state.
|
PatchableTarget.TargetInfo |
PatchableTarget.loadTargetInfo()
Load the target info.
|
PatchableTarget.TargetInfo |
LayerInfo.loadTargetInfo() |
static PatchableTarget.TargetInfo |
LayerInfo.loadTargetInfo(Properties properties,
DirectoryStructure structure) |
Constructor and Description |
---|
LayerInfo(String name,
PatchableTarget.TargetInfo targetInfo,
DirectoryStructure structure) |
Modifier and Type | Method and Description |
---|---|
static org.jboss.dmr.ModelNode |
PatchingHistory.Factory.getHistory(InstalledIdentity installedImage,
PatchableTarget.TargetInfo info) |
org.jboss.dmr.ModelNode |
PatchingHistory.getHistory(PatchableTarget.TargetInfo info)
Same as getHistory() but for the specified target,
i.e.
|
static PatchingHistory.Iterator |
PatchingHistory.Factory.iterator(InstalledIdentity mgr,
PatchableTarget.TargetInfo info) |
PatchingHistory.Iterator |
PatchingHistory.iterator(PatchableTarget.TargetInfo info)
Same as iterator() but starting from a specific point.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.