Package org.wildfly.core.cli.command
Interface DMRCommand
-
- All Known Subinterfaces:
BatchCompliantCommand
- All Known Implementing Classes:
AbstractDeployCommand,AbstractDeployContentCommand,AbstractDisableAuthenticationCommand,AbstractEnableAuthenticationCommand,AbstractEnableSSLCommand,AbstractMgmtDisableAuthenticationCommand,AbstractMgmtEnableAuthenticationCommand,AbstractReorderSASLCommand,AbstractUndeployCommand,DeployArchiveCommand,DeployFileCommand,DeployUrlCommand,DisableAllCommand,DisableCommand,EnableAllCommand,EnableCommand,HTTPServerDisableAuthCommand,HTTPServerDisableSSLCommand,HTTPServerEnableAuthCommand,HTTPServerEnableSSLCommand,InfoCommand,ManagementDisableHTTPCommand,ManagementDisableSASLCommand,ManagementDisableSSLCommand,ManagementEnableHTTPCommand,ManagementEnableSASLCommand,ManagementEnableSSLCommand,ManagementReorderSASLCommand,UndeployArchiveCommand,UndeployCommand
public interface DMRCommandCommand that implements this interface can build the associated DMR request.- Author:
- jdenise@redhat.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description org.jboss.dmr.ModelNodebuildRequest(CommandContext context)default org.jboss.dmr.ModelNodebuildRequest(CommandContext context, Attachments attachments)
-
-
-
Method Detail
-
buildRequest
org.jboss.dmr.ModelNode buildRequest(CommandContext context) throws CommandFormatException
- Throws:
CommandFormatException
-
buildRequest
default org.jboss.dmr.ModelNode buildRequest(CommandContext context, Attachments attachments) throws CommandFormatException
- Throws:
CommandFormatException
-
-