Class DefaultControllerActionIO<T extends ControllerAction>

    • Constructor Detail

      • DefaultControllerActionIO

        public DefaultControllerActionIO​(Class<T> actionClass,
                                         String actionRoot)
    • Method Detail

      • getActionLoader

        public ActionLoader getActionLoader​(File actionFile,
                                            Object contextID)
        Description copied from interface: ControllerActionIO
        Gets the ActionLoader used to load the saved action.
        Parameters:
        actionFile - the File containing the serialized data
        contextID - the context the context to load the action into
        Returns:
        the ActionLoader used to load the saved action.
      • getActionSaver

        public ActionSaver getActionSaver()
        Description copied from interface: ControllerActionIO
        Gets the ActionSaver used to save the ControllerAction.
        Returns:
        the ActionSaver used to save the ControllerAction.