Package org.jboss.as.cli.impl
Interface CommandExecutor.ExecutableBuilder
-
- Enclosing class:
- CommandExecutor
public static interface CommandExecutor.ExecutableBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandExecutor.Executablebuild()CommandContextgetCommandContext()
-
-
-
Method Detail
-
build
CommandExecutor.Executable build()
-
getCommandContext
CommandContext getCommandContext()
-
-