public class NoFilter extends Object implements org.osgi.framework.Filter
Modifier and Type | Field and Description |
---|---|
static org.osgi.framework.Filter |
INSTANCE
Singleton instance
|
Modifier and Type | Method and Description |
---|---|
boolean |
match(Dictionary dictionary) |
boolean |
match(org.osgi.framework.ServiceReference reference) |
boolean |
matchCase(Dictionary dictionary) |
String |
toString() |
public boolean match(Dictionary dictionary)
match
in interface org.osgi.framework.Filter
public boolean match(org.osgi.framework.ServiceReference reference)
match
in interface org.osgi.framework.Filter
public boolean matchCase(Dictionary dictionary)
matchCase
in interface org.osgi.framework.Filter
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.