org.mycore.frontend.redundancy.cli
Class MCRRedundancyCleanUpCommand.AttributeValueFilter

java.lang.Object
  extended by org.mycore.frontend.redundancy.cli.MCRRedundancyCleanUpCommand.AttributeValueFilter
All Implemented Interfaces:
Serializable, Filter
Enclosing class:
MCRRedundancyCleanUpCommand

protected static class MCRRedundancyCleanUpCommand.AttributeValueFilter
extends Object
implements Filter

A jdom-filter which compares attribute values.

See Also:
Serialized Form

Field Summary
protected  String attrKey
           
protected  String attrValue
           
protected  Namespace ns
           
 
Constructor Summary
MCRRedundancyCleanUpCommand.AttributeValueFilter(String attrKey, Namespace ns, String attrValue)
           
 
Method Summary
 boolean matches(Object arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attrKey

protected String attrKey

attrValue

protected String attrValue

ns

protected Namespace ns
Constructor Detail

MCRRedundancyCleanUpCommand.AttributeValueFilter

public MCRRedundancyCleanUpCommand.AttributeValueFilter(String attrKey,
                                                        Namespace ns,
                                                        String attrValue)
Method Detail

matches

public boolean matches(Object arg0)
Specified by:
matches in interface Filter