Klasse BatchInitializationMonitor

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.BatchInitializationMonitor
Alle implementierten Schnittstellen:
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
  • Felddetails

    • initializeAfterLoadMonitor

      public ThreadLocal initializeAfterLoadMonitor
    • subTaskName

      public String subTaskName
    • worked

      public int worked
  • Konstruktordetails

    • BatchInitializationMonitor

      public BatchInitializationMonitor()
  • Methodendetails

    • beginTask

      public void beginTask(String name, int totalWork)
      Angegeben von:
      beginTask in Schnittstelle org.eclipse.core.runtime.IProgressMonitor
    • done

      public void done()
      Angegeben von:
      done in Schnittstelle org.eclipse.core.runtime.IProgressMonitor
    • internalWorked

      public void internalWorked(double work)
      Angegeben von:
      internalWorked in Schnittstelle org.eclipse.core.runtime.IProgressMonitor
    • isCanceled

      public boolean isCanceled()
      Angegeben von:
      isCanceled in Schnittstelle org.eclipse.core.runtime.IProgressMonitor
    • setCanceled

      public void setCanceled(boolean value)
      Angegeben von:
      setCanceled in Schnittstelle org.eclipse.core.runtime.IProgressMonitor
    • setTaskName

      public void setTaskName(String name)
      Angegeben von:
      setTaskName in Schnittstelle org.eclipse.core.runtime.IProgressMonitor
    • subTask

      public void subTask(String name)
      Angegeben von:
      subTask in Schnittstelle org.eclipse.core.runtime.IProgressMonitor
    • worked

      public void worked(int work)
      Angegeben von:
      worked in Schnittstelle org.eclipse.core.runtime.IProgressMonitor
    • getWorked

      public int getWorked()