Package | Description |
---|---|
org.jboss.as.patching.installation | |
org.jboss.as.patching.management | |
org.jboss.as.patching.runner | |
org.jboss.as.patching.tool |
Modifier and Type | Class and Description |
---|---|
class |
InstallationManagerImpl
The installation manager.
|
Modifier and Type | Method and Description |
---|---|
InstallationManager |
InstallationManagerService.getValue() |
static InstallationManager |
InstallationManager.load(File jbossHome,
List<File> moduleRoots,
List<File> bundlesRoots,
ProductConfig productConfig)
Load the default installation manager implementation.
|
protected static InstallationManager |
InstallationManagerService.load(File jbossHome,
ProductConfig productConfig) |
Modifier and Type | Method and Description |
---|---|
static org.jboss.msc.service.ServiceController<InstallationManager> |
InstallationManagerService.installService(org.jboss.msc.service.ServiceTarget serviceTarget)
Install the installation manager service.
|
Modifier and Type | Method and Description |
---|---|
protected InstallationManager |
LocalPatchRollbackLastHandler.getInstallationManager(OperationContext ctx) |
protected InstallationManager |
LocalPatchRollbackHandler.getInstallationManager(OperationContext ctx) |
Modifier and Type | Method and Description |
---|---|
protected void |
LocalAgeoutHistoryHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation,
InstallationManager instMgr,
String patchStream) |
protected void |
LocalPatchRollbackLastHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation,
InstallationManager installationManager,
String patchStream) |
protected void |
LocalPatchRollbackHandler.execute(OperationContext context,
org.jboss.dmr.ModelNode operation,
InstallationManager installationManager,
String patchStream) |
Constructor and Description |
---|
PatchToolImpl(InstallationManager manager) |
Modifier and Type | Method and Description |
---|---|
static PatchTool |
PatchTool.Factory.create(InstallationManager manager)
Create an offline local patch tool.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.