public abstract class AbstractTaskConverter
extends java.lang.Object
implements com.thoughtworks.xstream.converters.Converter
| Constructor and Description |
|---|
AbstractTaskConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected com.xebialabs.deployit.engine.api.execution.TaskExecutionState |
backwardsCompatibleState(com.xebialabs.deployit.engine.api.execution.TaskExecutionState t) |
boolean |
canConvert(java.lang.Class type) |
void |
marshal(java.lang.Object source,
com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
com.thoughtworks.xstream.converters.MarshallingContext context) |
public void marshal(java.lang.Object source,
com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
com.thoughtworks.xstream.converters.MarshallingContext context)
marshal in interface com.thoughtworks.xstream.converters.Converterprotected com.xebialabs.deployit.engine.api.execution.TaskExecutionState backwardsCompatibleState(com.xebialabs.deployit.engine.api.execution.TaskExecutionState t)
public boolean canConvert(java.lang.Class type)
canConvert in interface com.thoughtworks.xstream.converters.ConverterMatcher