| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.filters.TokenFilter.ChainableReaderFilter
org.apache.tools.ant.filters.UniqFilter
public class UniqFilter
Like the Unix uniq(1) command, only returns tokens that are different from their ancestor token.
This filter is probably most useful if used together with a sortfilter.
| Field Summary | 
|---|
| Fields inherited from class org.apache.tools.ant.ProjectComponent | 
|---|
| description, location, project | 
| Constructor Summary | |
|---|---|
| UniqFilter() | |
| Method Summary | |
|---|---|
|  java.lang.String | filter(java.lang.String string)filter and/of modify a string | 
| 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 | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public UniqFilter()
| Method Detail | 
|---|
public java.lang.String filter(java.lang.String string)
TokenFilter.Filter
string - the string to filter
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||