Package | Description |
---|---|
org.jboss.as.patching.installation | |
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.
|
Constructor and Description |
---|
PatchToolImpl(InstallationManager manager) |
PatchToolImpl(InstallationManager manager,
InstallationManager.ModificationCompletionCallback callback) |
Modifier and Type | Method and Description |
---|---|
static PatchTool |
PatchTool.Factory.create(InstallationManager manager)
Create an offline local patch tool.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.