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 SummaryFields inherited from class org.apache.tools.ant.ProjectComponentdescription, location, project
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.tools.ant.filters.TokenFilter.ChainableReaderFilterchain, setByLineMethods inherited from class org.apache.tools.ant.ProjectComponentclone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
- 
Constructor Details- 
Trimpublic Trim()
 
- 
- 
Method Details- 
filterDescription copied from interface:TokenFilter.Filterfilter and/of modify a string- Parameters:
- line- the string to be trimmed
- Returns:
- the trimmed string
 
 
-