Package org.apache.tools.ant.filters
Class TokenFilter.Trim
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.filters.TokenFilter.ChainableReaderFilter
org.apache.tools.ant.filters.TokenFilter.Trim
- All Implemented Interfaces:
Cloneable
,ChainableReader
,TokenFilter.Filter
- Enclosing class:
TokenFilter
Filter to trim white space
-
Field Summary
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.tools.ant.filters.TokenFilter.ChainableReaderFilter
chain, setByLine
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
-
Constructor Details
-
Trim
public Trim()
-
-
Method Details
-
filter
Description copied from interface:TokenFilter.Filter
filter and/of modify a string- Parameters:
line
- the string to be trimmed- Returns:
- the trimmed string
-