Package org.apache.tools.ant.filters
Class TokenFilter.IgnoreBlank
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.filters.TokenFilter.ChainableReaderFilter
org.apache.tools.ant.filters.TokenFilter.IgnoreBlank
- All Implemented Interfaces:
- Cloneable,- ChainableReader,- TokenFilter.Filter
- Enclosing class:
- TokenFilter
Filter remove empty tokens
- 
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- 
IgnoreBlankpublic IgnoreBlank()
 
- 
- 
Method Details- 
filterDescription copied from interface:TokenFilter.Filterfilter and/of modify a string- Parameters:
- line- the line to modify
- Returns:
- the trimmed line
 
 
-