程序包 jline
接口 SimpleCompletor.SimpleCompletorFilter
- 所有已知实现类:
SimpleCompletor.NoOpFilter
- 封闭类:
- SimpleCompletor
public static interface SimpleCompletor.SimpleCompletorFilter
Filter for elements in the completor.
-
方法概要
-
方法详细资料
-
filter
Filter the specified String. To not filter it, return the same String as the parameter. To exclude it, return null.
-