jline
Interface SimpleCompletor.SimpleCompletorFilter
public static
interface
SimpleCompletor.SimpleCompletorFilter
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-2010 null. All Rights Reserved.