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