org.apache.accumulo.core.util.shell.commands
public class SetShellIterCommand extends SetIterCommand
Shell.Command.CompletionSet
Constructor and Description |
---|
SetShellIterCommand() |
Modifier and Type | Method and Description |
---|---|
String |
description() |
int |
execute(String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState) |
org.apache.commons.cli.Options |
getOptions() |
protected void |
setTableProperties(org.apache.commons.cli.CommandLine cl,
Shell shellState,
int priority,
Map<String,String> options,
String classname,
String name) |
numArgs, setNamespaceProperties
getName, getOptionsWithHelp, printHelp, printHelp, registerCompletion, registerCompletionForCommands, registerCompletionForNamespaces, registerCompletionForTables, registerCompletionForUsers, registerCompletionGeneral, usage
public int execute(String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState) throws AccumuloException, AccumuloSecurityException, TableNotFoundException, IOException, ShellCommandException
execute
in class SetIterCommand
AccumuloException
AccumuloSecurityException
TableNotFoundException
IOException
ShellCommandException
protected void setTableProperties(org.apache.commons.cli.CommandLine cl, Shell shellState, int priority, Map<String,String> options, String classname, String name) throws AccumuloException, AccumuloSecurityException, ShellCommandException, TableNotFoundException
setTableProperties
in class SetIterCommand
AccumuloException
AccumuloSecurityException
ShellCommandException
TableNotFoundException
public String description()
description
in class SetIterCommand
public org.apache.commons.cli.Options getOptions()
getOptions
in class SetIterCommand
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.