Uses of Class
org.apache.accumulo.core.util.shell.Token

Packages that use Token
org.apache.accumulo.core.util.shell   
org.apache.accumulo.core.util.shell.commands   
 

Uses of Token in org.apache.accumulo.core.util.shell
 

Methods in org.apache.accumulo.core.util.shell that return Token
 Token Token.getSubcommand(String name)
           
 

Methods in org.apache.accumulo.core.util.shell that return types with arguments of type Token
 Set<Token> Token.getSubcommandList()
           
 

Methods in org.apache.accumulo.core.util.shell with parameters of type Token
 void Token.addSubcommand(Token t)
           
 void Shell.Command.registerCompletion(Token root, Map<Shell.Command.CompletionSet,Set<String>> completion_set)
           
 void Shell.Command.registerCompletionForCommands(Token root, Map<Shell.Command.CompletionSet,Set<String>> completionSet)
           
 void Shell.Command.registerCompletionForTables(Token root, Map<Shell.Command.CompletionSet,Set<String>> completionSet)
           
 void Shell.Command.registerCompletionForUsers(Token root, Map<Shell.Command.CompletionSet,Set<String>> completionSet)
           
 void Shell.Command.registerCompletionGeneral(Token root, Set<String> args, boolean caseSens)
           
 

Constructors in org.apache.accumulo.core.util.shell with parameters of type Token
ShellCompletor(Token root)
           
ShellCompletor(Token rootToken, Map<Shell.Command.CompletionSet,Set<String>> options)
           
 

Constructor parameters in org.apache.accumulo.core.util.shell with type arguments of type Token
Token(Set<String> commandNames, Set<Token> subCommandNames)
           
 

Uses of Token in org.apache.accumulo.core.util.shell.commands
 

Methods in org.apache.accumulo.core.util.shell.commands with parameters of type Token
 void SetAuthsCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet,Set<String>> completionSet)
           
 void RenameTableCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet,Set<String>> completionSet)
           
 void HelpCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet,Set<String>> special)
           
 void GrantCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet,Set<String>> completionSet)
           
 void CloneTableCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet,Set<String>> completionSet)
           
 void DropUserCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet,Set<String>> completionSet)
           
 void ConfigCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet,Set<String>> completionSet)
           
 void DeleteTableCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet,Set<String>> special)
           
 void TableCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet,Set<String>> special)
           
 void DebugCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet,Set<String>> special)
           
 void RevokeCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet,Set<String>> completionSet)
           
 void AuthenticateCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet,Set<String>> completionSet)
           
 void UserCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet,Set<String>> special)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.