org.ops4j.peaberry
Interface AttributeFilter

All Known Implementing Classes:
LdapAttributeFilter

public interface AttributeFilter

Simple matching filter for service attributes.

Author:
mcculls@gmail.com (Stuart McCulloch)

Method Summary
 boolean matches(Map<String,?> attributes)
          Tests whether or not this filter matches the given service attributes.
 

Method Detail

matches

boolean matches(Map<String,?> attributes)
Tests whether or not this filter matches the given service attributes.

Parameters:
attributes - service attributes
Returns:
true if the given attributes match this filter, otherwise false


Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.