|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.equinox.p2.repository.artifact.spi.ProcessingStepDescriptor
public class ProcessingStepDescriptor
Constructor Summary | |
---|---|
ProcessingStepDescriptor(String processorId,
String data,
boolean required)
Create a processing step description. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getData()
An argument that is passed to the processing step instance. |
String |
getProcessorId()
Returns the fully qualified id of the processing step extension. |
int |
hashCode()
|
boolean |
isRequired()
Returns whether the successful execution of this processing step is required for the transfer to be successful. |
String |
toString()
Returns a string representation of this descriptor for debugging purposes only. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ProcessingStepDescriptor(String processorId, String data, boolean required)
processorId
- data
- required
- Method Detail |
---|
public String getProcessorId()
getProcessorId
in interface IProcessingStepDescriptor
public String getData()
getData
in interface IProcessingStepDescriptor
public boolean isRequired()
isRequired
in interface IProcessingStepDescriptor
true
if the transfer will fail if this step does not succeed,
and false
otherwisepublic int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
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.