Class I2PHelpers


  • public class I2PHelpers
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.Map<java.lang.String,​java.lang.Long> declines  
      private static java.lang.Object i2p_install_lock  
      private static boolean i2p_installing  
    • Constructor Summary

      Constructors 
      Constructor Description
      I2PHelpers()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean installI2PHelper​(java.lang.String remember_id, boolean[] install_outcome, java.lang.Runnable callback)  
      static boolean installI2PHelper​(java.lang.String extra_text, java.lang.String remember_id, boolean[] install_outcome, java.lang.Runnable callback)  
      static boolean isI2PInstalled()  
      static boolean isI2POperational()  
      static boolean isInstallingI2PHelper()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • i2p_install_lock

        private static final java.lang.Object i2p_install_lock
      • i2p_installing

        private static boolean i2p_installing
      • declines

        private static java.util.Map<java.lang.String,​java.lang.Long> declines
    • Constructor Detail

      • I2PHelpers

        public I2PHelpers()
    • Method Detail

      • isI2POperational

        public static boolean isI2POperational()
      • isI2PInstalled

        public static boolean isI2PInstalled()
      • isInstallingI2PHelper

        public static boolean isInstallingI2PHelper()
      • installI2PHelper

        public static boolean installI2PHelper​(java.lang.String remember_id,
                                               boolean[] install_outcome,
                                               java.lang.Runnable callback)
      • installI2PHelper

        public static boolean installI2PHelper​(java.lang.String extra_text,
                                               java.lang.String remember_id,
                                               boolean[] install_outcome,
                                               java.lang.Runnable callback)