Package aQute.bnd.ant

Class ConsoleProgress

java.lang.Object
aQute.bnd.ant.ConsoleProgress
All Implemented Interfaces:
aQute.bnd.service.progress.ProgressPlugin

public class ConsoleProgress extends Object implements aQute.bnd.service.progress.ProgressPlugin
  • Nested Class Summary

    Nested classes/interfaces inherited from interface aQute.bnd.service.progress.ProgressPlugin

    aQute.bnd.service.progress.ProgressPlugin.Task
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    aQute.bnd.service.progress.ProgressPlugin.Task
    startTask(String name, int size)
     

    Methods inherited from class java.lang.Object

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

    • ConsoleProgress

      public ConsoleProgress()
  • Method Details

    • startTask

      public aQute.bnd.service.progress.ProgressPlugin.Task startTask(String name, int size)
      Specified by:
      startTask in interface aQute.bnd.service.progress.ProgressPlugin