Package org.infinispan.cli.completers
Class SiteCompleter
- java.lang.Object
-
- org.infinispan.cli.completers.ListCompleter
-
- org.infinispan.cli.completers.SiteCompleter
-
- All Implemented Interfaces:
org.aesh.command.completer.OptionCompleter<ContextAwareCompleterInvocation>
public class SiteCompleter extends ListCompleter
- Since:
- 10.0
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
-
Constructor Summary
Constructors Constructor Description SiteCompleter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Collection<String>getAvailableItems(ContextAwareCompleterInvocation invocation)-
Methods inherited from class org.infinispan.cli.completers.ListCompleter
complete, completeFromList
-
-
-
-
Method Detail
-
getAvailableItems
protected Collection<String> getAvailableItems(ContextAwareCompleterInvocation invocation) throws IOException
- Overrides:
getAvailableItemsin classListCompleter- Throws:
IOException
-
-