Class AbstractTaskWithBlockConverter

java.lang.Object
com.xebialabs.xltype.serialization.xstream.AbstractTaskWithBlockConverter
All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher

public abstract class AbstractTaskWithBlockConverter extends Object implements com.thoughtworks.xstream.converters.Converter
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    marshal(Object source, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context)
     
    protected void
    writePhaseContainer(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context, com.xebialabs.deployit.engine.api.execution.BlockState block)
     
    protected void
    writeTaskPackageDependencies(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.xebialabs.deployit.engine.api.execution.SerializableTask task)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.thoughtworks.xstream.converters.Converter

    unmarshal
  • Constructor Details

    • AbstractTaskWithBlockConverter

      public AbstractTaskWithBlockConverter()
  • Method Details

    • marshal

      public void marshal(Object source, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context)
      Specified by:
      marshal in interface com.thoughtworks.xstream.converters.Converter
    • writePhaseContainer

      protected void writePhaseContainer(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context, com.xebialabs.deployit.engine.api.execution.BlockState block)
    • writeTaskPackageDependencies

      protected void writeTaskPackageDependencies(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.xebialabs.deployit.engine.api.execution.SerializableTask task)
    • canConvert

      public boolean canConvert(Class type)
      Specified by:
      canConvert in interface com.thoughtworks.xstream.converters.ConverterMatcher