Class FilterUtils
- java.lang.Object
- 
- com.ibm.wsspi.kernel.service.utils.FilterUtils
 
- 
 public class FilterUtils extends java.lang.ObjectUtilities for working with OSGi filters.
- 
- 
Constructor SummaryConstructors Constructor Description FilterUtils()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringcreatePropertyFilter(java.lang.String name, java.lang.String value)Creates a filter string that matches an attribute value exactly.
 
- 
- 
- 
Method Detail- 
createPropertyFilterpublic static java.lang.String createPropertyFilter(java.lang.String name, java.lang.String value)Creates a filter string that matches an attribute value exactly. Characters in the value with special meaning will be escaped.- Parameters:
- name- a valid attribute name
- value- the exact attribute value
 
 
- 
 
-