org.apache.blur.shell
Class ShowDiffsOnlyCompletionHandler

java.lang.Object
  extended by jline.console.completer.CandidateListCompletionHandler
      extended by org.apache.blur.shell.ShowDiffsOnlyCompletionHandler
All Implemented Interfaces:
jline.console.completer.CompletionHandler

public class ShowDiffsOnlyCompletionHandler
extends jline.console.completer.CandidateListCompletionHandler


Constructor Summary
ShowDiffsOnlyCompletionHandler()
           
 
Method Summary
 boolean complete(jline.console.ConsoleReader reader, List<CharSequence> candidates, int pos)
           
 
Methods inherited from class jline.console.completer.CandidateListCompletionHandler
printCandidates, setBuffer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowDiffsOnlyCompletionHandler

public ShowDiffsOnlyCompletionHandler()
Method Detail

complete

public boolean complete(jline.console.ConsoleReader reader,
                        List<CharSequence> candidates,
                        int pos)
                 throws IOException
Specified by:
complete in interface jline.console.completer.CompletionHandler
Overrides:
complete in class jline.console.completer.CandidateListCompletionHandler
Throws:
IOException


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.