Class UniqFilter

java.lang.Object
All Implemented Interfaces:
Cloneable, ChainableReader, TokenFilter.Filter

public class UniqFilter extends TokenFilter.ChainableReaderFilter
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.

Since:
Ant 1.8.0