Uses of Interface
de.nava.informa.utils.cleaner.CleanerMatcherIF

Packages that use CleanerMatcherIF
de.nava.informa.utils.cleaner This package contains classes of Cleaner utility. 
 

Uses of CleanerMatcherIF in de.nava.informa.utils.cleaner
 

Classes in de.nava.informa.utils.cleaner that implement CleanerMatcherIF
(package private)  class CompositeMatcher
          Composite matcher follows Composite pattern to combine several matchers and present them as single instance.
 

Methods in de.nava.informa.utils.cleaner with parameters of type CleanerMatcherIF
 void CompositeMatcher.add(CleanerMatcherIF m)
          Adds new matcher to the list.
 void Cleaner.addMatcher(CleanerMatcherIF matcher)
          Adds matcher to the list.
 void CompositeMatcher.remove(CleanerMatcherIF m)
          Removes matcher from the list.
 void Cleaner.removeMatcher(CleanerMatcherIF matcher)
          Removes matcher from the list.
 

Constructors in de.nava.informa.utils.cleaner with parameters of type CleanerMatcherIF
CleanerWorkerThread(CleanerObserverIF observer, CleanerMatcherIF matcher)
          Creates new worker thread object.
 



Copyright © 2002-2007 Niko Schmuck. All Rights Reserved.