Package org.jvnet.hk2.external.runtime
Class Hk2LocatorUtilities
java.lang.Object
org.jvnet.hk2.external.runtime.Hk2LocatorUtilities
This is a utility class specific to this implementation
of the hk2 API
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Filter
Returns a filter that only returns services that are not in the initial set of services offered by all ServiceLocators created by this implementation of hk2.
-
Field Details
-
NO_INITIAL_SERVICES_FILTER
-
-
Constructor Details
-
Hk2LocatorUtilities
public Hk2LocatorUtilities()
-
-
Method Details
-
getNoInitialServicesFilter
Returns a filter that only returns services that are not in the initial set of services offered by all ServiceLocators created by this implementation of hk2. This filter is guaranteed to work properly for all versions of this implementation of hk2- Returns:
- A Filter that only returns services that are not in the initial set of services offered by all ServiceLocators created by this implementation of hk2
-