Eclipse Platform
Release 3.6

Uses of Interface
org.eclipse.equinox.p2.repository.artifact.IProcessingStepDescriptor

Packages that use IProcessingStepDescriptor
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. 
 

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

Methods in org.eclipse.equinox.p2.repository.artifact that return IProcessingStepDescriptor
 IProcessingStepDescriptor[] IArtifactDescriptor.getProcessingSteps()
          Return the list of processing steps associated with this descriptor.
 

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

Classes in org.eclipse.equinox.p2.repository.artifact.spi that implement IProcessingStepDescriptor
 class ProcessingStepDescriptor
           
 

Fields in org.eclipse.equinox.p2.repository.artifact.spi declared as IProcessingStepDescriptor
protected  IProcessingStepDescriptor[] ArtifactDescriptor.processingSteps
           
 

Methods in org.eclipse.equinox.p2.repository.artifact.spi that return IProcessingStepDescriptor
 IProcessingStepDescriptor[] ArtifactDescriptor.getProcessingSteps()
           
 

Methods in org.eclipse.equinox.p2.repository.artifact.spi with parameters of type IProcessingStepDescriptor
 void ArtifactDescriptor.setProcessingSteps(IProcessingStepDescriptor[] value)
           
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

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