Uses of Class
com.twelvemonkeys.util.service.ServiceRegistry.CategoryRegistry
-
Packages that use ServiceRegistry.CategoryRegistry Package Description com.twelvemonkeys.util.service -
-
Uses of ServiceRegistry.CategoryRegistry in com.twelvemonkeys.util.service
Fields in com.twelvemonkeys.util.service with type parameters of type ServiceRegistry.CategoryRegistry Modifier and Type Field Description private java.util.Map<java.lang.Class<?>,ServiceRegistry.CategoryRegistry>
ServiceRegistry. categoryMap
Methods in com.twelvemonkeys.util.service that return ServiceRegistry.CategoryRegistry Modifier and Type Method Description private <T> ServiceRegistry.CategoryRegistry<T>
ServiceRegistry. getRegistry(java.lang.Class<T> pCategory)
Gets the category registry for the given category.Method parameters in com.twelvemonkeys.util.service with type arguments of type ServiceRegistry.CategoryRegistry Modifier and Type Method Description private <T> void
ServiceRegistry. putCategory(java.util.Map<java.lang.Class<?>,ServiceRegistry.CategoryRegistry> pMap, java.lang.Class<T> pCategory)
-