Class StarFilter

java.lang.Object
org.glassfish.hk2.internal.StarFilter
All Implemented Interfaces:
Filter

public class StarFilter extends Object implements Filter
A filter that gets everything! w00t w00t!
  • Field Details

  • Constructor Details

    • StarFilter

      public StarFilter()
  • Method Details

    • getDescriptorFilter

      public static StarFilter getDescriptorFilter()
      Gets the static instance of this filter
      Returns:
      The static instance of the star filter
    • matches

      public boolean matches(Descriptor d)
      Description copied from interface: Filter
      Returns true if this filter matches the given object
      Specified by:
      matches in interface Filter
      Parameters:
      d - The object to match against this filter. May not be null
      Returns:
      true if this filter matches the object