Uses of Class
org.apache.accumulo.shell.ShellCommandException
-
Packages that use ShellCommandException Package Description org.apache.accumulo.shell.commands -
-
Uses of ShellCommandException in org.apache.accumulo.shell.commands
Methods in org.apache.accumulo.shell.commands that throw ShellCommandException Modifier and Type Method Description intHelpCommand. execute(String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)intSetIterCommand. execute(String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)intSetScanIterCommand. execute(String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)Deprecated.intSetShellIterCommand. execute(String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)protected voidSetIterCommand. setNamespaceProperties(org.apache.commons.cli.CommandLine cl, Shell shellState, int priority, Map<String,String> options, String classname, String name)protected voidSetIterCommand. setTableProperties(org.apache.commons.cli.CommandLine cl, Shell shellState, int priority, Map<String,String> options, String classname, String name)protected voidSetScanIterCommand. setTableProperties(org.apache.commons.cli.CommandLine cl, Shell shellState, int priority, Map<String,String> options, String classname, String name)Deprecated.protected voidSetShellIterCommand. setTableProperties(org.apache.commons.cli.CommandLine cl, Shell shellState, int priority, Map<String,String> options, String classname, String name)
-