Class CLI

    • Field Detail

      • IS_WINDOWS

        public static final boolean IS_WINDOWS
      • log

        public org.apache.maven.plugin.logging.Log log
    • Constructor Detail

      • CLI

        public CLI()
    • Method Detail

      • system

        public int system​(File wd,
                          String[] command)
                   throws org.codehaus.plexus.util.cli.CommandLineException
        Throws:
        org.codehaus.plexus.util.cli.CommandLineException
      • system

        public int system​(File wd,
                          String[] command,
                          List<String> args)
                   throws org.codehaus.plexus.util.cli.CommandLineException
        Throws:
        org.codehaus.plexus.util.cli.CommandLineException