org.apache.tools.ant.filters

Class TokenFilter.Trim

public static class TokenFilter.Trim extends TokenFilter.ChainableReaderFilter

Filter to trim white space
Method Summary
Stringfilter(String line)

Method Detail

filter

public String filter(String line)

Parameters: line the string to be trimmed

Returns: the trimmed string