Class OutputOptionMixin

java.lang.Object
io.quarkus.cli.common.OutputOptionMixin
All Implemented Interfaces:
io.quarkus.devtools.messagewriter.MessageWriter

public class OutputOptionMixin extends Object implements io.quarkus.devtools.messagewriter.MessageWriter
  • Field Details

    • picocliDebugEnabled

      static final boolean picocliDebugEnabled
    • verbose

      boolean verbose
    • showErrors

      boolean showErrors
    • cliTestMode

      boolean cliTestMode
    • testProjectRoot

      Path testProjectRoot
    • mixee

      picocli.CommandLine.Model.CommandSpec mixee
    • scheme

      picocli.CommandLine.Help.ColorScheme scheme
    • out

    • err

  • Constructor Details

    • OutputOptionMixin

      public OutputOptionMixin()
  • Method Details

    • setTestProjectRoot

      void setTestProjectRoot(String path)
    • colorScheme

      picocli.CommandLine.Help.ColorScheme colorScheme()
    • out

      public PrintWriter out()
    • err

      public PrintWriter err()
    • isShowErrors

      public boolean isShowErrors()
    • setVerbose

      public void setVerbose(boolean verbose)
    • getVerbose

      public boolean getVerbose()
    • isVerbose

      public boolean isVerbose()
    • isCliTest

      public boolean isCliTest()
    • isAnsiEnabled

      public boolean isAnsiEnabled()
    • printText

      public void printText(String... text)
    • printErrorText

      public void printErrorText(String[] text)
    • printStackTrace

      public void printStackTrace(Exception ex)
    • getTestDirectory

      public Path getTestDirectory()
    • info

      public void info(String msg)
      Specified by:
      info in interface io.quarkus.devtools.messagewriter.MessageWriter
    • error

      public void error(String msg)
      Specified by:
      error in interface io.quarkus.devtools.messagewriter.MessageWriter
    • isDebugEnabled

      public boolean isDebugEnabled()
      Specified by:
      isDebugEnabled in interface io.quarkus.devtools.messagewriter.MessageWriter
    • debug

      public void debug(String msg)
      Specified by:
      debug in interface io.quarkus.devtools.messagewriter.MessageWriter
    • warn

      public void warn(String msg)
      Specified by:
      warn in interface io.quarkus.devtools.messagewriter.MessageWriter
    • throwIfUnmatchedArguments

      public void throwIfUnmatchedArguments(picocli.CommandLine cmd)
    • handleCommandException

      public int handleCommandException(Exception ex, String message)
    • toString

      public String toString()
      Overrides:
      toString in class Object