Uses of Class
com.twelvemonkeys.util.service.ServiceRegistry.CategoryRegistry
Packages that use ServiceRegistry.CategoryRegistry
-
Uses of ServiceRegistry.CategoryRegistry in com.twelvemonkeys.util.service
Fields in com.twelvemonkeys.util.service with type parameters of type ServiceRegistry.CategoryRegistryModifier and TypeFieldDescriptionprivate final Map
<Class<?>, ServiceRegistry.CategoryRegistry> ServiceRegistry.categoryMap
Methods in com.twelvemonkeys.util.service that return ServiceRegistry.CategoryRegistryModifier and TypeMethodDescriptionprivate <T> ServiceRegistry.CategoryRegistry
<T> ServiceRegistry.getRegistry
(Class<T> pCategory) Gets the category registry for the given category.Method parameters in com.twelvemonkeys.util.service with type arguments of type ServiceRegistry.CategoryRegistryModifier and TypeMethodDescriptionprivate <T> void
ServiceRegistry.putCategory
(Map<Class<?>, ServiceRegistry.CategoryRegistry> pMap, Class<T> pCategory)