Package magnet

Class SelectorFilter


  • public abstract class SelectorFilter
    extends java.lang.Object
    Selector handler for processing Instance.selector() value at runtime.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DEFAULT_SELECTOR  
    • Constructor Summary

      Constructors 
      Constructor Description
      SelectorFilter()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract boolean filter​(@NotNull java.lang.String[] selector)  
      • Methods inherited from class java.lang.Object

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

      • DEFAULT_SELECTOR

        public static final java.lang.String DEFAULT_SELECTOR
        See Also:
        Constant Field Values
    • Constructor Detail

      • SelectorFilter

        public SelectorFilter()
    • Method Detail

      • filter

        public abstract boolean filter​(@NotNull
                                       @NotNull java.lang.String[] selector)