com.novell.nds.dirxml.driver
Class ClassFilter

java.lang.Object
  extended by com.novell.nds.dirxml.driver.ClassFilter

public class ClassFilter
extends Object

Allows easy use of the publisher or the subscriber filter that is passed to a shim's init() method.


Method Summary
 boolean passAttribute(String attributeName)
          Return true if the passed attribute is in the filter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

passAttribute

public boolean passAttribute(String attributeName)
Return true if the passed attribute is in the filter.

Parameters:
attributeName - The name of the attribute to check.
Returns:
true if the passed attribute is in the filter.