Class FilterUtils
java.lang.Object
com.ibm.wsspi.kernel.service.utils.FilterUtils
Utilities for working with OSGi filters.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringcreatePropertyFilter(String name, String value) Creates a filter string that matches an attribute value exactly.
- 
Constructor Details- 
FilterUtilspublic FilterUtils()
 
- 
- 
Method Details- 
createPropertyFilterCreates 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
 
 
-