Uses of Class
org.jboss.as.controller.client.OperationBuilder
Packages that use OperationBuilder
Package
Description
The core client API for interacting with the management controllers for
either a JBoss Application Server Managed Domain or a standalone JBoss Application Server.
-
Uses of OperationBuilder in org.jboss.as.controller.client
Methods in org.jboss.as.controller.client that return OperationBuilderModifier and TypeMethodDescriptionOperationBuilder.addFileAsAttachment(File file) Associate a file with the operation.OperationBuilder.addFileAsAttachment(Path file) Associate a file with the operation.OperationBuilder.addInputStream(InputStream in) Associate an input stream with the operation.static OperationBuilderCreate an operation builder.static OperationBuilderCreate an operation builder. -
Uses of OperationBuilder in org.jboss.as.controller.client.helpers
Subclasses of OperationBuilder in org.jboss.as.controller.client.helpersModifier and TypeClassDescriptionstatic classA builder for building composite operations.