org.at4j.archive.builder
Class TrueETAF

java.lang.Object
  extended by org.entityfs.support.filter.TrueFilter<EntryToArchive>
      extended by org.at4j.archive.builder.TrueETAF
All Implemented Interfaces:
Cloneable, EntityToArchiveFilter, ConvenientFilter<EntryToArchive>, Filter<EntryToArchive>

public final class TrueETAF
extends TrueFilter<EntryToArchive>
implements EntityToArchiveFilter

This filter always returns true.

"ETAF" stands for EntryToArchiveFilter

Since:
1.0
Author:
Karl Gustafsson

Field Summary
static TrueETAF FILTER
          Since this object does not contain any internal state, this singleton instance may be used instead of creating new objects.
 
Constructor Summary
TrueETAF()
           
 
Method Summary
 
Methods inherited from class org.entityfs.support.filter.TrueFilter
and, bitwiseNegate, equals, hashCode, matches, not, or, toString, xor
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

FILTER

public static final TrueETAF FILTER
Since this object does not contain any internal state, this singleton instance may be used instead of creating new objects.

Constructor Detail

TrueETAF

public TrueETAF()