Class Command.Env

  • Enclosing interface:
    Command

    public static final class Command.Env
    extends java.lang.Object
    Environment settings for the command.
    • Constructor Detail

    • Method Detail

      • stdout

        public CliPrinter stdout()
        Returns:
        Returns the configured printer for stdout.
      • stderr

        public CliPrinter stderr()
        Returns:
        Returns the configured printer for stderr.
      • classLoader

        public java.lang.ClassLoader classLoader()
        Returns:
        Returns the configured class loader to use to load additional classes/resources.