Uses of Interface
org.jboss.as.cli.CommandLineRedirection
-
Packages that use CommandLineRedirection Package Description org.jboss.as.cli org.jboss.as.cli.impl -
-
Uses of CommandLineRedirection in org.jboss.as.cli
Methods in org.jboss.as.cli with parameters of type CommandLineRedirection Modifier and Type Method Description voidCommandContext. registerRedirection(CommandLineRedirection redirection)After this method returns command line handling will be redirected to the passed in CommandLineRedirection instance. -
Uses of CommandLineRedirection in org.jboss.as.cli.impl
Methods in org.jboss.as.cli.impl with parameters of type CommandLineRedirection Modifier and Type Method Description voidCommandContextImpl. registerRedirection(CommandLineRedirection redirection)voidCommandExecutor.TimeoutCommandContext. registerRedirection(CommandLineRedirection redirection)
-