Package net.i2p.router
Class CommandLine
- java.lang.Object
-
- net.i2p.util.CommandLine
-
- net.i2p.router.CommandLine
-
- Direct Known Subclasses:
CommandLine
public class CommandLine extends CommandLine
Simple command line access to various utilities. Not a public API. Subject to change. Apps and plugins should use specific classes.- Since:
- 0.9.25
-
-
Field Summary
Fields Modifier and Type Field Description protected static List<String>
RCLASSES
-
Fields inherited from class net.i2p.util.CommandLine
CLASSES
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CommandLine()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
-
Methods inherited from class net.i2p.util.CommandLine
exec, printCommands
-
-