| Package | Description |
|---|---|
| org.jboss.as.controller.client |
The core client API for interacting with the management controllers for
either a JBoss Application Server Managed Domain or a standalone JBoss Application Server.
|
| org.jboss.as.controller.client.helpers |
| Modifier and Type | Method and Description |
|---|---|
OperationBuilder |
OperationBuilder.addFileAsAttachment(File file)
Associate a file with the operation.
|
OperationBuilder |
OperationBuilder.addFileAsAttachment(Path file)
Associate a file with the operation.
|
OperationBuilder |
OperationBuilder.addInputStream(InputStream in)
Associate an input stream with the operation.
|
static OperationBuilder |
OperationBuilder.create(org.jboss.dmr.ModelNode operation)
Create an operation builder.
|
static OperationBuilder |
OperationBuilder.create(org.jboss.dmr.ModelNode operation,
boolean autoCloseStreams)
Create an operation builder.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Operations.CompositeOperationBuilder
A builder for building composite operations.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.