Package net.i2p.util
Class CommandLine
- java.lang.Object
-
- net.i2p.util.CommandLine
-
- Direct Known Subclasses:
CommandLine
,CommandLine
public class CommandLine extends Object
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
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CommandLine()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static void
exec(String[] args, List<String> classes)
will only return if command not foundstatic void
main(String[] args)
protected static void
printCommands(List<String> classes)
-