Class BatchInitializationMonitor

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.BatchInitializationMonitor
All Implemented Interfaces:
org.eclipse.core.runtime.IProgressMonitor

public class BatchInitializationMonitor extends Object implements org.eclipse.core.runtime.IProgressMonitor
Copyright (c) 2000, 2013 IBM Corporation and others. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/ SPDX-License-Identifier: EPL-2.0 Contributors: IBM Corporation - initial API and implementation
  • Field Details

    • initializeAfterLoadMonitor

      public ThreadLocal initializeAfterLoadMonitor
    • subTaskName

      public String subTaskName
    • worked

      public int worked
  • Constructor Details

    • BatchInitializationMonitor

      public BatchInitializationMonitor()
  • Method Details

    • beginTask

      public void beginTask(String name, int totalWork)
      Specified by:
      beginTask in interface org.eclipse.core.runtime.IProgressMonitor
    • done

      public void done()
      Specified by:
      done in interface org.eclipse.core.runtime.IProgressMonitor
    • internalWorked

      public void internalWorked(double work)
      Specified by:
      internalWorked in interface org.eclipse.core.runtime.IProgressMonitor
    • isCanceled

      public boolean isCanceled()
      Specified by:
      isCanceled in interface org.eclipse.core.runtime.IProgressMonitor
    • setCanceled

      public void setCanceled(boolean value)
      Specified by:
      setCanceled in interface org.eclipse.core.runtime.IProgressMonitor
    • setTaskName

      public void setTaskName(String name)
      Specified by:
      setTaskName in interface org.eclipse.core.runtime.IProgressMonitor
    • subTask

      public void subTask(String name)
      Specified by:
      subTask in interface org.eclipse.core.runtime.IProgressMonitor
    • worked

      public void worked(int work)
      Specified by:
      worked in interface org.eclipse.core.runtime.IProgressMonitor
    • getWorked

      public int getWorked()