Class ConsoleProgressLog

java.lang.Object
org.eclipse.oomph.console.installer.ConsoleProgressLog
All Implemented Interfaces:
org.eclipse.oomph.setup.log.ProgressLog

public class ConsoleProgressLog extends Object implements org.eclipse.oomph.setup.log.ProgressLog
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.eclipse.oomph.setup.log.ProgressLog

    org.eclipse.oomph.setup.log.ProgressLog.Severity
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    ConsoleProgressLog(boolean verbose)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    log(String line)
     
    void
    log(String line, boolean filter)
     
    void
    log(String line, boolean filter, org.eclipse.oomph.setup.log.ProgressLog.Severity severity)
     
    void
    log(String line, org.eclipse.oomph.setup.log.ProgressLog.Severity severity)
     
    void
     
    void
    log(org.eclipse.core.runtime.IStatus status)
     
    void
     
    void
    task(org.eclipse.oomph.setup.SetupTask setupTask)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ConsoleProgressLog

      public ConsoleProgressLog()
    • ConsoleProgressLog

      public ConsoleProgressLog(boolean verbose)
  • Method Details

    • isCanceled

      public boolean isCanceled()
      Specified by:
      isCanceled in interface org.eclipse.oomph.setup.log.ProgressLog
    • log

      public void log(String line)
      Specified by:
      log in interface org.eclipse.oomph.setup.log.ProgressLog
    • log

      public void log(String line, org.eclipse.oomph.setup.log.ProgressLog.Severity severity)
      Specified by:
      log in interface org.eclipse.oomph.setup.log.ProgressLog
    • log

      public void log(String line, boolean filter)
      Specified by:
      log in interface org.eclipse.oomph.setup.log.ProgressLog
    • log

      public void log(String line, boolean filter, org.eclipse.oomph.setup.log.ProgressLog.Severity severity)
      Specified by:
      log in interface org.eclipse.oomph.setup.log.ProgressLog
    • log

      public void log(org.eclipse.core.runtime.IStatus status)
      Specified by:
      log in interface org.eclipse.oomph.setup.log.ProgressLog
    • log

      public void log(Throwable t)
      Specified by:
      log in interface org.eclipse.oomph.setup.log.ProgressLog
    • task

      public void task(org.eclipse.oomph.setup.SetupTask setupTask)
      Specified by:
      task in interface org.eclipse.oomph.setup.log.ProgressLog
    • setTerminating

      public void setTerminating()
      Specified by:
      setTerminating in interface org.eclipse.oomph.setup.log.ProgressLog