Package net.i2p.router.news
Class CommandLine
- java.lang.Object
-
- net.i2p.util.CommandLine
-
- net.i2p.router.CommandLine
-
- net.i2p.router.news.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.28
-
-
Field Summary
Fields Modifier and Type Field Description protected static List<String>
NCLASSES
-
Fields inherited from class net.i2p.router.CommandLine
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
-
-