|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProcessingStepDescriptor
Describes a processing step. Processing steps are pieces of code that participate in the the transfer of an artifact between artifact repositories. A step may alter the shape of the artifact from its storage format in the repository (such as performing compression), or it may perform additional checks on the transferred bytes such as checksums or signature verification.
IArtifactDescriptor.getProcessingSteps()
ProcessingStepDescriptor
.Method Summary | |
---|---|
String |
getData()
An argument that is passed to the processing step instance. |
String |
getProcessorId()
Returns the fully qualified id of the processing step extension. |
boolean |
isRequired()
Returns whether the successful execution of this processing step is required for the transfer to be successful. |
Method Detail |
---|
String getProcessorId()
String getData()
boolean isRequired()
true
if the transfer will fail if this step does not succeed,
and false
otherwise
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.