Package net.i2p.router
Class RouterLaunch
- java.lang.Object
-
- net.i2p.router.RouterLaunch
-
public class RouterLaunch extends Object
This is the class called by the runplain.sh script on linux and the i2p.exe launcher on Windows. (i.e. no wrapper) Setup of wrapper.log file is moved to WorkingDir.java Until WorkingDir is called, the existing stdout / stderr will be used. Not recommended for embedded use. Instantiate Router() yourself.
-
-
Constructor Summary
Constructors Constructor Description RouterLaunch()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
Usage: RouterLaunch [rebuild] No other options allowed, for now
-
-
-
Method Detail
-
main
public static void main(String[] args)
Usage: RouterLaunch [rebuild] No other options allowed, for now- Parameters:
args
- null ok- Throws:
IllegalArgumentException
-
-