jline

Interface SimpleCompletor.SimpleCompletorFilter

Known Implementing Classes:
SimpleCompletor.NoOpFilter

public static interface SimpleCompletor.SimpleCompletorFilter

Filter for elements in the completor.
Author:
Marc Prud'hommeaux

Method Summary

String
filter(String element)
Filter the specified String.

Method Details

filter

public String filter(String element)
Filter the specified String. To not filter it, return the same String as the parameter. To exclude it, return null.