Interface UndoConfigService


  • public interface UndoConfigService

    Provides undo configuration.

    • Method Detail

      • getConfig

        <T> T getConfig​(String name,
                        Class<T> type)

        Returns a config value.

        Parameters:
        name - The name of the config
        type - The type of the config
        Returns:
        The config value
      • writeClientConfig

        void writeClientConfig​(Writer out)
                        throws IOException

        Writes config data as required by the clientside implementation.

        Parameters:
        out - The writer
        Throws:
        IOException - if the client config could not be written to the client