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.categoryMapMethods 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> voidServiceRegistry.putCategory(Map<Class<?>, ServiceRegistry.CategoryRegistry> pMap, Class<T> pCategory)