Class ConfigClientsHelper


  • public class ConfigClientsHelper
    extends HelperBase
    • Constructor Detail

      • ConfigClientsHelper

        public ConfigClientsHelper()
    • Method Detail

      • isClientChangeEnabled

        public boolean isClientChangeEnabled()
        Since:
        0.9.14.1
      • isPluginInstallEnabled

        public boolean isPluginInstallEnabled()
        Since:
        0.9.14.1
      • isPluginUpdateEnabled

        public boolean isPluginUpdateEnabled()
        Since:
        0.9.15
      • getPort

        public String getPort()
        Since:
        0.8.3
      • i2cpModeChecked

        public String i2cpModeChecked​(int mode)
        Since:
        0.8.3
      • getAuth

        public String getAuth()
        Since:
        0.8.3
      • intfcAddresses

        public String[] intfcAddresses()
        Since:
        0.8.3
      • isIFSelected

        public boolean isIFSelected​(String addr)
        Since:
        0.8.3
      • setEdit

        public void setEdit​(String edit)
      • getForm1

        public String getForm1()
        clients
      • getForm2

        public String getForm2()
        webapps
      • showPlugins

        public boolean showPlugins()
      • getForm3

        public String getForm3()
        plugins
      • stripHTML

        public static String stripHTML​(Properties props,
                                       String key)
        Like in DataHelper but doesn't convert null to "" There's a lot worse things a plugin could do but...