Package org.jboss.as.cli.impl.aesh
Class CLICommandInvocationBuilder
- java.lang.Object
-
- org.jboss.as.cli.impl.aesh.CLICommandInvocationBuilder
-
- All Implemented Interfaces:
org.aesh.command.invocation.CommandInvocationBuilder<CLICommandInvocation>
public class CLICommandInvocationBuilder extends Object implements org.aesh.command.invocation.CommandInvocationBuilder<CLICommandInvocation>
A builder forCLICommandInvocation.CLICommandInvocationis the bridge between the CLI console and the commands.- Author:
- jdenise@redhat.com
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classCLICommandInvocationBuilder.ShellImpl
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CLICommandInvocationbuild(org.aesh.command.CommandRuntime<CLICommandInvocation> runtime, org.aesh.command.invocation.CommandInvocationConfiguration configuration, org.aesh.command.container.CommandContainer<CLICommandInvocation> commandContainer)
-
-
-
Method Detail
-
build
public CLICommandInvocation build(org.aesh.command.CommandRuntime<CLICommandInvocation> runtime, org.aesh.command.invocation.CommandInvocationConfiguration configuration, org.aesh.command.container.CommandContainer<CLICommandInvocation> commandContainer)
- Specified by:
buildin interfaceorg.aesh.command.invocation.CommandInvocationBuilder<CLICommandInvocation>
-
-