Class OutputTextToConsole

  • All Implemented Interfaces:
    DBHostable, GeneralAction, JEEHostable, OSHostable, Referenceable

    public final class OutputTextToConsole
    extends Action
    implements GeneralAction
    Outputs the text specified to the debug console. This is useful for measuring the progress of a non-interactive installer in silent or console mode, or the progress of a non-interactive portion of the installation. (Available in the Pre-Install, Install, and Post-Install phases.)
    • Constructor Detail

      • OutputTextToConsole

        public OutputTextToConsole()
    • Method Detail

      • setText

        public void setText​(java.lang.String text)
        The text to output to the console.
      • getText

        public java.lang.String getText()
        The text to output to the console.