Class FilterImpl.And

java.lang.Object
aQute.bnd.osgi.resource.FilterImpl
aQute.bnd.osgi.resource.FilterImpl.And
All Implemented Interfaces:
org.osgi.framework.Filter
Enclosing class:
FilterImpl

static final class FilterImpl.And extends FilterImpl
  • Field Details

  • Constructor Details

  • Method Details

    • matches0

      boolean matches0(Map<String,?> map)
      Specified by:
      matches0 in class FilterImpl
    • normalize

      Description copied from class: FilterImpl
      Returns this Filter's normalized filter string.

      The filter string is normalized by removing whitespace which does not affect the meaning of the filter.

      Specified by:
      normalize in class FilterImpl
      Returns:
      This Filter's filter string.