Class DefaultServiceRegistry.AnyFilter

  • All Implemented Interfaces:
    Filter
    Enclosing class:
    DefaultServiceRegistry

    public static class DefaultServiceRegistry.AnyFilter
    extends java.lang.Object
    implements Filter
    AnyFilter
    Author:
    brozow
    • Constructor Summary

      Constructors 
      Constructor Description
      AnyFilter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean match​(java.util.Map<java.lang.String,​java.lang.String> properties)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AnyFilter

        public AnyFilter()
    • Method Detail

      • match

        public boolean match​(java.util.Map<java.lang.String,​java.lang.String> properties)
        Specified by:
        match in interface Filter