Class EclipseProgressObserver.Task

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int current  
      private int max  
      private java.lang.String name  
    • Constructor Summary

      Constructors 
      Constructor Description
      Task​(java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      int getRemainder()  
      int setCurrent​(int current)  
      void setMax​(int max)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        private java.lang.String name
      • max

        private int max
      • current

        private int current
    • Constructor Detail

      • Task

        public Task​(java.lang.String name)
    • Method Detail

      • getName

        public java.lang.String getName()
      • setMax

        public void setMax​(int max)
      • setCurrent

        public int setCurrent​(int current)
      • getRemainder

        public int getRemainder()