HomeSort by relevance Sort by last modified time
    Searched refs:SimpleCompletor (Results 1 - 9 of 9) sorted by null

  /external/jline/src/src/main/java/jline/
SimpleCompletor.java 22 * myConsoleReader.addCompletor (new SimpleCompletor (new String [] { "now", "yesterday", "tomorrow" }));
27 public class SimpleCompletor implements Completor, Cloneable {
40 * Create a new SimpleCompletor with a single possible completion
43 public SimpleCompletor(final String candidateString) {
50 * Create a new SimpleCompletor with a list of possible completion
53 public SimpleCompletor(final String[] candidateStrings) {
57 public SimpleCompletor(final String[] strings,
66 public SimpleCompletor(final Reader reader) throws IOException {
74 public SimpleCompletor(final InputStream in) throws IOException {
ClassNameCompletor.java 21 public class ClassNameCompletor extends SimpleCompletor {
  /external/jline/src/src/test/java/jline/
TestCompletion.java 29 (new SimpleCompletor(new String[] { "foo", "bar", "baz" }));
46 (new SimpleCompletor(new String[] { "foo", "bar", "baz" })));
  /external/jline/src/src/test/java/jline/example/
Example.java 61 completors.add(new SimpleCompletor(new GZIPInputStream(
64 completors.add(new SimpleCompletor(new String[] { "foo", "bar",
  /external/jline/
jline-1.0.jar 
  /prebuilts/tools/common/m2/repository/jline/jline/0.9.94/
jline-0.9.94.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 100 milliseconds