Uses of Class
org.klomp.snark.SnarkManager

Packages that use SnarkManager
org.klomp.snark   
org.klomp.snark.web   
 

Uses of SnarkManager in org.klomp.snark
 

Constructors in org.klomp.snark with parameters of type SnarkManager
UpdateHandler(I2PAppContext ctx, UpdateManager umgr, SnarkManager smgr)
           
UpdateRunner(I2PAppContext ctx, UpdateManager umgr, SnarkManager smgr, List<URI> uris, String newVersion)
           
 

Uses of SnarkManager in org.klomp.snark.web
 

Constructors in org.klomp.snark.web with parameters of type SnarkManager
FetchAndAdd(I2PAppContext ctx, SnarkManager mgr, String url)
          Caller should call _mgr.addDownloader(this), which will start things off.