Uses of Class
org.jboss.as.controller.client.OperationBuilder
-
Packages that use OperationBuilder 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 -
-
Uses of OperationBuilder in org.jboss.as.controller.client
Methods in org.jboss.as.controller.client that return OperationBuilder Modifier and Type Method Description OperationBuilderOperationBuilder. addFileAsAttachment(File file)Associate a file with the operation.OperationBuilderOperationBuilder. addFileAsAttachment(Path file)Associate a file with the operation.OperationBuilderOperationBuilder. addInputStream(InputStream in)Associate an input stream with the operation.static OperationBuilderOperationBuilder. create(org.jboss.dmr.ModelNode operation)Create an operation builder.static OperationBuilderOperationBuilder. create(org.jboss.dmr.ModelNode operation, boolean autoCloseStreams)Create an operation builder. -
Uses of OperationBuilder in org.jboss.as.controller.client.helpers
Subclasses of OperationBuilder in org.jboss.as.controller.client.helpers Modifier and Type Class Description static classOperations.CompositeOperationBuilderA builder for building composite operations.
-