org.at4j.archive
Class TrueAEF

java.lang.Object
  extended by org.entityfs.support.filter.TrueFilter<ArchiveEntry<?,?>>
      extended by org.at4j.archive.TrueAEF
All Implemented Interfaces:
Cloneable, ConvenientFilter<ArchiveEntry<?,?>>, Filter<ArchiveEntry<?,?>>

public final class TrueAEF
extends TrueFilter<ArchiveEntry<?,?>>

This is a filter that matches all entries.

"AEF" stands for ArchiveEntryFilter.

Since:
1.0
Author:
Karl Gustafsson

Field Summary
static TrueAEF FILTER
          This singleton instance may be used instead of instantiating the filter.
 
Constructor Summary
TrueAEF()
           
 
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 TrueAEF FILTER
This singleton instance may be used instead of instantiating the filter.

Constructor Detail

TrueAEF

public TrueAEF()