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 StarFilter
INSTANCE
-
Constructor Summary
Constructors Constructor Description StarFilter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StarFilter
getDescriptorFilter()
Gets the static instance of this filterboolean
matches(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:Filter
Returns true if this filter matches the given object
-
-