Package org.jboss.as.cli.embedded
Class EmbeddedControllerHandlerRegistrar
- java.lang.Object
-
- org.jboss.as.cli.embedded.EmbeddedControllerHandlerRegistrar
-
public class EmbeddedControllerHandlerRegistrar extends Object
Registers handlers for the embedded ops if the CLI is running in an embedded environment.- Author:
- Brian Stansberry (c) 2014 Red Hat Inc.
-
-
Constructor Summary
Constructors Constructor Description EmbeddedControllerHandlerRegistrar()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AtomicReference<EmbeddedProcessLaunch>registerEmbeddedCommands(CommandRegistry commandRegistry, CommandContext ctx)
-
-
-
Method Detail
-
registerEmbeddedCommands
public static final AtomicReference<EmbeddedProcessLaunch> registerEmbeddedCommands(CommandRegistry commandRegistry, CommandContext ctx) throws CommandLineException
- Throws:
CommandLineException
-
-