Package hec.util.transformation.core
Class ControllerRegistry
java.lang.Object
hec.util.transformation.core.ControllerRegistry
This class maps Controller implementations and interfaces to their respective Reader and Writer
class. This will probably need to change a bit.
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
register
(Class<? extends Controller> clazz, Reader reader, Writer writer) This function should only be used if Service Annotations are not working.
-
Method Details
-
register
This function should only be used if Service Annotations are not working.- Parameters:
clazz
-reader
-writer
-
-