Package net.i2p.util

Class 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
    • Field Detail

      • CLASSES

        protected static final List<String> CLASSES
    • Constructor Detail

      • CommandLine

        protected CommandLine()
    • Method Detail

      • 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)