org.glassfish.hk2.internal
Class StarFilter

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

public class StarFilter
extends Object
implements Filter

A filter that gets everything! w00t w00t!

Author:
jwells

Constructor Summary
StarFilter()
           
 
Method Summary
static StarFilter getDescriptorFilter()
           
 boolean matches(Descriptor d)
          Returns true if this filter matches the given object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StarFilter

public StarFilter()
Method Detail

getDescriptorFilter

public static StarFilter getDescriptorFilter()

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


Copyright © 2013 Oracle Corporation. All Rights Reserved.