Package org.klomp.snark
Class CommandLine
- java.lang.Object
-
- net.i2p.util.CommandLine
-
- org.klomp.snark.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.26
-
-
Field Summary
Fields Modifier and Type Field Description protected static List<String>
SCLASSES
-
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
-
-