@Command(name="completion", description="Complete commands (for using in tooling such as Bash Completions).", hidden=true) public class CompletionCommand extends Object implements Runnable, Callable<Void>
List<String>
arguments
io.airlift.airline.model.GlobalMetadata
metadata
CompletionCommand()
Void
call()
Iterable<String>
generateSuggestions()
void
run()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@Inject public io.airlift.airline.model.GlobalMetadata metadata
public List<String> arguments
public CompletionCommand()
public Void call()
call
Callable<Void>
public Iterable<String> generateSuggestions()
public void run()
run
Runnable
Copyright © 2018. All rights reserved.