jline
Class SimpleCompletor.NoOpFilter
java.lang.Object
jline.SimpleCompletor.NoOpFilter
- All Implemented Interfaces:
- SimpleCompletor.SimpleCompletorFilter
- Enclosing class:
- SimpleCompletor
- public static class SimpleCompletor.NoOpFilter
- extends Object
- implements SimpleCompletor.SimpleCompletorFilter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleCompletor.NoOpFilter
public SimpleCompletor.NoOpFilter()
filter
public String filter(String element)
- Description copied from interface:
SimpleCompletor.SimpleCompletorFilter
- Filter the specified String. To not filter it, return the
same String as the parameter. To exclude it, return null.
- Specified by:
filter
in interface SimpleCompletor.SimpleCompletorFilter
Copyright © 2002-2008. All Rights Reserved.