Class PlatformManagerUpdateChecker

    • Constructor Detail

      • PlatformManagerUpdateChecker

        public PlatformManagerUpdateChecker()
    • Method Detail

      • initialize

        public void initialize​(PluginInterface _plugin_interface)
        Description copied from interface: Plugin
        This method is called when the Plugin is loaded by the client
        Specified by:
        initialize in interface Plugin
        Parameters:
        _plugin_interface - the interface that the plugin must use to communicate with the client
      • splitMultiLine

        protected java.util.List splitMultiLine​(java.lang.String indent,
                                                java.lang.String text)