Package org.glassfish.hk2.internal
Class StarFilter
- java.lang.Object
-
- org.glassfish.hk2.internal.StarFilter
-
-
Field Summary
Fields Modifier and Type Field Description private static StarFilterINSTANCE
-
Constructor Summary
Constructors Constructor Description StarFilter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StarFiltergetDescriptorFilter()Gets the static instance of this filterbooleanmatches(Descriptor d)Returns true if this filter matches the given object
-
-
-
Field Detail
-
INSTANCE
private static StarFilter INSTANCE
-
-
Method Detail
-
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:FilterReturns true if this filter matches the given object
-
-