com.aelitis.azureus.plugins
Class I2PHelpers

java.lang.Object
  extended by com.aelitis.azureus.plugins.I2PHelpers

public class I2PHelpers
extends java.lang.Object


Constructor Summary
I2PHelpers()
           
 
Method Summary
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 isInstallingI2PHelper()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

I2PHelpers

public I2PHelpers()
Method Detail

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)