jline

Interface SimpleCompletor.SimpleCompletorFilter

public static interface SimpleCompletor.SimpleCompletorFilter

Filter for elements in the completor.

Author: Marc Prud'hommeaux

Method Summary
Stringfilter(String element)
Filter the specified String.

Method Detail

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.
Copyright © 2002-2009 null. All Rights Reserved.