Eclipse Platform
Release 3.6

Uses of Interface
org.eclipse.equinox.p2.repository.IRunnableWithProgress

Packages that use IRunnableWithProgress
org.eclipse.equinox.p2.repository.artifact Defines artifact repository. 
org.eclipse.equinox.p2.repository.artifact.spi Defines SPI for registering new implementations of artifact repositories. 
org.eclipse.equinox.p2.repository.metadata Defines metadata repository. 
org.eclipse.equinox.p2.repository.metadata.spi Defines SPI for registering new implementations of metadata repositories. 
 

Uses of IRunnableWithProgress in org.eclipse.equinox.p2.repository.artifact
 

Methods in org.eclipse.equinox.p2.repository.artifact with parameters of type IRunnableWithProgress
 IStatus IArtifactRepository.executeBatch(IRunnableWithProgress runnable, IProgressMonitor monitor)
          Executes a runnable against this repository.
 

Uses of IRunnableWithProgress in org.eclipse.equinox.p2.repository.artifact.spi
 

Methods in org.eclipse.equinox.p2.repository.artifact.spi with parameters of type IRunnableWithProgress
 IStatus AbstractArtifactRepository.executeBatch(IRunnableWithProgress runnable, IProgressMonitor monitor)
           
 

Uses of IRunnableWithProgress in org.eclipse.equinox.p2.repository.metadata
 

Methods in org.eclipse.equinox.p2.repository.metadata with parameters of type IRunnableWithProgress
 IStatus IMetadataRepository.executeBatch(IRunnableWithProgress runnable, IProgressMonitor monitor)
          Executes a runnable against this repository.
 

Uses of IRunnableWithProgress in org.eclipse.equinox.p2.repository.metadata.spi
 

Methods in org.eclipse.equinox.p2.repository.metadata.spi with parameters of type IRunnableWithProgress
 IStatus AbstractMetadataRepository.executeBatch(IRunnableWithProgress runnable, IProgressMonitor monitor)
          Executes a runnable against this repository.
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.