org.apache.tools.ant.filters

Interface TokenFilter.Filter

public interface TokenFilter.Filter

string filters implement this interface
Method Summary
Stringfilter(String string)
filter and/of modify a string

Method Detail

filter

public String filter(String string)
filter and/of modify a string

Parameters: string the string to filter

Returns: the modified string or null if the string did not pass the filter

Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.