public abstract class AbstractCompleter extends Object implements org.aesh.command.completer.OptionCompleter<PmCompleterInvocation>
| Constructor and Description |
|---|
AbstractCompleter() |
| Modifier and Type | Method and Description |
|---|---|
void |
complete(PmCompleterInvocation completerInvocation) |
protected abstract List<String> |
getItems(PmCompleterInvocation completerInvocation) |
public void complete(PmCompleterInvocation completerInvocation)
complete in interface org.aesh.command.completer.OptionCompleter<PmCompleterInvocation>protected abstract List<String> getItems(PmCompleterInvocation completerInvocation)
Copyright © 2016–2018 JBoss by Red Hat. All rights reserved.