Package | Description |
---|---|
org.jboss.as.patching | |
org.jboss.as.patching.installation |
Modifier and Type | Method and Description |
---|---|
abstract InstalledImage |
DirectoryStructure.getInstalledImage()
Get the installed image layout.
|
Modifier and Type | Method and Description |
---|---|
abstract InstalledImage |
InstalledIdentity.getInstalledImage()
Get the installed image.
|
abstract InstalledImage |
InstallationManager.getInstalledImage() |
InstalledImage |
InstallationManagerImpl.getInstalledImage() |
InstalledImage |
InstalledIdentityImpl.getInstalledImage() |
Modifier and Type | Method and Description |
---|---|
static InstalledIdentity |
InstalledIdentity.load(InstalledImage installedImage,
ProductConfig productConfig,
List<File> moduleRoots,
List<File> bundleRoots)
Load the InstalledIdentity configuration based on the module.path
|
Constructor and Description |
---|
InstallationManagerImpl(InstalledImage installedImage,
List<File> moduleRoots,
List<File> bundlesRoots,
ProductConfig productConfig) |
InstalledIdentityImpl(Identity identity,
List<String> allPatches,
InstalledImage installedImage) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.