Package | Description |
---|---|
org.jboss.as.patching.installation | |
org.jboss.as.patching.metadata |
Modifier and Type | Class and Description |
---|---|
class |
InstallationManager
The installation manager, basically represents a mutable
InstalledIdentity . |
class |
InstallationManagerImpl
The installation manager.
|
class |
InstalledIdentityImpl |
Modifier and Type | Method and Description |
---|---|
InstalledIdentity |
InstallationManager.InstallationModification.getUnmodifiedInstallationState()
Get the unmodified state.
|
static InstalledIdentity |
InstalledIdentity.load(File jbossHome,
ProductConfig productConfig,
File... repoRoots)
Load the layers based on the default setup.
|
static InstalledIdentity |
InstalledIdentity.load(InstalledImage installedImage,
ProductConfig productConfig,
List<File> moduleRoots,
List<File> bundleRoots)
Load the InstalledIdentity configuration based on the module.path
|
protected InstalledIdentity |
InstallationManagerImpl.updateState(String name,
org.jboss.as.patching.installation.InstallationModificationImpl modification,
org.jboss.as.patching.installation.InstallationModificationImpl.InstallationState state)
Update the installed identity using the modified state from the modification.
|
Modifier and Type | Method and Description |
---|---|
protected static org.jboss.as.patching.installation.InstallationModificationImpl.InstallationState |
InstallationManagerImpl.load(InstalledIdentity installedIdentity)
Load the installation state based on the identity
|
Constructor and Description |
---|
InstallationManagerImpl(InstalledIdentity installedIdentity) |
Modifier and Type | Method and Description |
---|---|
InstalledIdentity |
RollbackPatch.getIdentityState()
Get the backed up identity state.
|
InstalledIdentity |
PatchImpl.RollbackPatchImpl.getIdentityState() |
Constructor and Description |
---|
PatchImpl.RollbackPatchImpl(Patch patch,
InstalledIdentity installedIdentity) |
Copyright © 2013 JBoss by Red Hat. All rights reserved.