Uses of Interface
org.eclipse.equinox.p2.repository.artifact.IProcessingStepDescriptor
-
Packages that use IProcessingStepDescriptor Package Description 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 Modifier and Type Method Description 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 Modifier and Type Class Description classProcessingStepDescriptorFields in org.eclipse.equinox.p2.repository.artifact.spi declared as IProcessingStepDescriptor Modifier and Type Field Description protected IProcessingStepDescriptor[]ArtifactDescriptor. processingStepsMethods in org.eclipse.equinox.p2.repository.artifact.spi that return IProcessingStepDescriptor Modifier and Type Method Description IProcessingStepDescriptor[]ArtifactDescriptor. getProcessingSteps()Methods in org.eclipse.equinox.p2.repository.artifact.spi with parameters of type IProcessingStepDescriptor Modifier and Type Method Description voidArtifactDescriptor. setProcessingSteps(IProcessingStepDescriptor[] value)
-