Package | Description |
---|---|
org.jboss.as.patching.installation | |
org.jboss.as.patching.metadata | |
org.jboss.as.patching.tool | |
org.jboss.as.patching.validation |
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 |
PatchImpl.RollbackPatchImpl.getIdentityState() |
InstalledIdentity |
RollbackPatch.getIdentityState()
Get the backed up identity state.
|
InstalledIdentity |
PatchXml.Result.getOriginalIdentity() |
Modifier and Type | Method and Description |
---|---|
static PatchMetadataResolver |
PatchXml.parse(File patchXml,
InstalledIdentity original) |
static PatchMetadataResolver |
PatchXml.parse(InputStream stream,
InstalledIdentity originalIdentity) |
Constructor and Description |
---|
PatchImpl.RollbackPatchImpl(Patch patch,
InstalledIdentity installedIdentity) |
Modifier and Type | Method and Description |
---|---|
static PatchingHistory |
PatchingHistory.Factory.getHistory(InstalledIdentity mgr) |
static org.jboss.dmr.ModelNode |
PatchingHistory.Factory.getHistory(InstalledIdentity installedImage,
PatchableTarget.TargetInfo info) |
static PatchingHistory.Iterator |
PatchingHistory.Factory.iterator(InstalledIdentity mgr,
PatchableTarget.TargetInfo info) |
Modifier and Type | Method and Description |
---|---|
InstalledIdentity |
PatchingArtifactValidationContext.getInstalledIdentity()
Get the installed identity.
|
Modifier and Type | Method and Description |
---|---|
static PatchHistoryIterator.Builder |
PatchHistoryIterator.Builder.create(InstalledIdentity identity) |
static PatchingGarbageLocator |
PatchingGarbageLocator.getIninitialized(InstalledIdentity installedIdentity)
Get the garbage locator.
|
void |
PatchingArtifactValidationContext.setCurrentPatchIdentity(InstalledIdentity currentPatchIdentity) |
static void |
PatchHistoryValidations.validateRollbackState(String patchID,
InstalledIdentity identity)
Validate the consistency of patches to the point we rollback.
|
Constructor and Description |
---|
PatchingGarbageLocator(InstalledIdentity installedIdentity) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.