Package | Description |
---|---|
org.jboss.as.patching.tool |
Modifier and Type | Class and Description |
---|---|
protected static class |
PatchOperationTarget.LocalPatchOperationTarget |
protected static class |
PatchOperationTarget.RemotePatchOperationTarget |
Modifier and Type | Method and Description |
---|---|
static PatchOperationTarget |
PatchOperationTarget.createHost(String hostName,
ModelControllerClient client)
Create a host target.
|
static PatchOperationTarget |
PatchOperationTarget.createLocal(File jbossHome,
List<File> moduleRoots,
List<File> bundlesRoots)
Create a local target.
|
static PatchOperationTarget |
PatchOperationTarget.createStandalone(ModelControllerClient controllerClient)
Create a standalone target.
|
Modifier and Type | Method and Description |
---|---|
org.jboss.dmr.ModelNode |
PatchOperationBuilder.execute(PatchOperationTarget target)
Execute this operation on a target.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.