public class FilterUtil extends Object
| Constructor and Description |
|---|
FilterUtil() |
| Modifier and Type | Method and Description |
|---|---|
static org.osgi.framework.Filter |
createAndFilter(org.osgi.framework.Filter... filters) |
static org.osgi.framework.Filter |
createAndFilter(Map<String,String> parameters) |
static org.osgi.framework.Filter |
createAndFilter(String clazz,
Map<String,String> parameters) |
static org.osgi.framework.Filter |
createClassAndPidFilter(Class<?> clazz,
String persistentId) |
static org.osgi.framework.Filter |
createClassAndPidFilter(String clazz,
String persistentId) |
static org.osgi.framework.Filter |
createClassFilter(String clazz) |
protected static org.osgi.framework.Filter |
createFilter(String operand,
org.osgi.framework.Filter... filters) |
protected static org.osgi.framework.Filter |
createFilter(String operand,
Map<String,String> parameters) |
static org.osgi.framework.Filter |
createOrFilter(org.osgi.framework.Filter... filters) |
static org.osgi.framework.Filter |
createOrFilter(Map<String,String> parameters) |
static org.osgi.framework.Filter |
createSimpleOr(String attribute,
Set<String> values) |
protected static org.osgi.framework.Filter createFilter(String operand, Map<String,String> parameters) throws org.osgi.framework.InvalidSyntaxException
org.osgi.framework.InvalidSyntaxExceptionpublic static org.osgi.framework.Filter createClassFilter(String clazz) throws org.osgi.framework.InvalidSyntaxException
org.osgi.framework.InvalidSyntaxExceptionpublic static org.osgi.framework.Filter createClassAndPidFilter(String clazz, String persistentId) throws org.osgi.framework.InvalidSyntaxException
org.osgi.framework.InvalidSyntaxExceptionpublic static org.osgi.framework.Filter createClassAndPidFilter(Class<?> clazz, String persistentId) throws org.osgi.framework.InvalidSyntaxException
org.osgi.framework.InvalidSyntaxExceptionpublic static org.osgi.framework.Filter createAndFilter(org.osgi.framework.Filter... filters)
throws org.osgi.framework.InvalidSyntaxException
org.osgi.framework.InvalidSyntaxExceptionpublic static org.osgi.framework.Filter createOrFilter(org.osgi.framework.Filter... filters)
throws org.osgi.framework.InvalidSyntaxException
org.osgi.framework.InvalidSyntaxExceptionprotected static org.osgi.framework.Filter createFilter(String operand, org.osgi.framework.Filter... filters) throws org.osgi.framework.InvalidSyntaxException
org.osgi.framework.InvalidSyntaxExceptionpublic static org.osgi.framework.Filter createAndFilter(Map<String,String> parameters) throws org.osgi.framework.InvalidSyntaxException
org.osgi.framework.InvalidSyntaxExceptionpublic static org.osgi.framework.Filter createOrFilter(Map<String,String> parameters) throws org.osgi.framework.InvalidSyntaxException
org.osgi.framework.InvalidSyntaxExceptionpublic static org.osgi.framework.Filter createAndFilter(String clazz, Map<String,String> parameters) throws org.osgi.framework.InvalidSyntaxException
org.osgi.framework.InvalidSyntaxExceptionCopyright © 2015 Eclipse SCADA Project. All rights reserved.