org.jboss.osgi.framework.util
Class NoFilter
java.lang.Object
org.jboss.osgi.framework.util.NoFilter
- All Implemented Interfaces:
- Filter
public class NoFilter
- extends Object
- implements Filter
Dummy filter implementation
- Version:
- $Revision: 1.1 $
- Author:
- Adrian Brock
INSTANCE
public static final Filter INSTANCE
- Singleton instance
match
public boolean match(Dictionary dictionary)
- Specified by:
match in interface Filter
match
public boolean match(ServiceReference reference)
- Specified by:
match in interface Filter
matchCase
public boolean matchCase(Dictionary dictionary)
- Specified by:
matchCase in interface Filter
toString
public String toString()
- Specified by:
toString in interface Filter- Overrides:
toString in class Object
Copyright © 2012. All Rights Reserved.