Package net.i2p.util

Class CommandLine

java.lang.Object
net.i2p.util.CommandLine
Direct Known Subclasses:
CommandLine, 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
  • Field Details

    • CLASSES

      protected static final List<String> CLASSES
  • Constructor Details

    • CommandLine

      protected CommandLine()
  • Method Details

    • main

      public static void main(String[] args)
    • exec

      protected static void exec(String[] args, List<String> classes)
      will only return if command not found
    • printCommands

      protected static void printCommands(List<String> classes)