Uses of Class
org.jboss.as.cli.CliInitializationException
-
Packages that use CliInitializationException Package Description org.jboss.as.cli org.jboss.as.cli.impl org.jboss.as.cli.impl.aesh -
-
Uses of CliInitializationException in org.jboss.as.cli
Methods in org.jboss.as.cli that throw CliInitializationException Modifier and Type Method Description static CommandContextFactoryCommandContextFactory. getInstance()abstract CommandContextCommandContextFactory. newCommandContext()abstract CommandContextCommandContextFactory. newCommandContext(String username, char[] password)abstract CommandContextCommandContextFactory. newCommandContext(String controllerHost, int controllerPort, String username, char[] password)Deprecated.abstract CommandContextCommandContextFactory. newCommandContext(String controllerHost, int controllerPort, String username, char[] password, boolean initConsole, int connectionTimeout)Deprecated.abstract CommandContextCommandContextFactory. newCommandContext(String controllerHost, int controllerPort, String username, char[] password, InputStream consoleInput, OutputStream consoleOutput)Deprecated.abstract CommandContextCommandContextFactory. newCommandContext(String controller, String username, char[] password)abstract CommandContextCommandContextFactory. newCommandContext(String controller, String username, char[] password, boolean disableLocalAuth, boolean initConsole, int connectionTimeout)Deprecated.abstract CommandContextCommandContextFactory. newCommandContext(String controller, String username, char[] password, boolean initConsole, int connectionTimeout)Deprecated.abstract CommandContextCommandContextFactory. newCommandContext(String controller, String username, char[] password, InputStream consoleInput, OutputStream consoleOutput)abstract CommandContextCommandContextFactory. newCommandContext(CommandContextConfiguration configuration) -
Uses of CliInitializationException in org.jboss.as.cli.impl
Methods in org.jboss.as.cli.impl that throw CliInitializationException Modifier and Type Method Description protected voidCommandContextImpl. initBasicConsole(InputStream consoleInput)protected voidCommandContextImpl. initBasicConsole(InputStream consoleInput, boolean start)CommandContextCommandContextFactoryImpl. newCommandContext()CommandContextCommandContextFactoryImpl. newCommandContext(String username, char[] password)CommandContextCommandContextFactoryImpl. newCommandContext(String controllerHost, int controllerPort, String username, char[] password)Deprecated.CommandContextCommandContextFactoryImpl. newCommandContext(String controllerHost, int controllerPort, String username, char[] password, boolean initConsole, int connectionTimeout)Deprecated.CommandContextCommandContextFactoryImpl. newCommandContext(String controllerHost, int controllerPort, String username, char[] password, InputStream consoleInput, OutputStream consoleOutput)Deprecated.CommandContextCommandContextFactoryImpl. newCommandContext(String controller, String username, char[] password)CommandContextCommandContextFactoryImpl. newCommandContext(String controller, String username, char[] password, boolean disableLocalAuth, boolean initConsole, int connectionTimeout)Deprecated.CommandContextCommandContextFactoryImpl. newCommandContext(String controller, String username, char[] password, boolean initConsole, int connectionTimeout)Deprecated.CommandContextCommandContextFactoryImpl. newCommandContext(String controller, String username, char[] password, InputStream consoleInput, OutputStream consoleOutput)CommandContextCommandContextFactoryImpl. newCommandContext(CommandContextConfiguration configuration)Constructors in org.jboss.as.cli.impl that throw CliInitializationException Constructor Description CommandContextImpl(OutputStream output)Constructor called from Boot invoker, minimal configuration.CommandContextImpl(OutputStream output, boolean enableEchoCommand)Constructor called from Boot invoker, minimal configuration. -
Uses of CliInitializationException in org.jboss.as.cli.impl.aesh
Constructors in org.jboss.as.cli.impl.aesh that throw CliInitializationException Constructor Description AeshCommands(CommandContextImpl ctx, OperationCommandContainer op)AeshCommands(CommandContextImpl ctx, ReadlineConsole console, OperationCommandContainer op)
-