org.crsh.cli.completers
Class AbstractPathCompleter<P>
java.lang.Object
org.crsh.cli.completers.AbstractPathCompleter<P>
- All Implemented Interfaces:
- Completer
- Direct Known Subclasses:
- FileCompleter
public abstract class AbstractPathCompleter<P>
- extends Object
- implements Completer
AbstractPathCompleter
public AbstractPathCompleter()
complete
public final Completion complete(ParameterDescriptor parameter,
String prefix)
throws Exception
- Description copied from interface:
Completer
Query the completer for a set of completions for the given prefix. The returned Completion object
provides the possible completion matching the prefix argument.
- Specified by:
complete in interface Completer
- Parameters:
parameter - the completed parameterprefix - the prefix to complete
- Returns:
- the possible suffix map
- Throws:
Exception - any exception that would prevent completion to perform correctly
Copyright © 2015 eXo Platform SAS. All Rights Reserved.