com.xebialabs.deployit.engine.xml
Class ConfigurationItemCollectionConverter

java.lang.Object
  extended by com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
      extended by com.thoughtworks.xstream.converters.collections.CollectionConverter
          extended by com.xebialabs.deployit.engine.xml.ConfigurationItemCollectionConverter
All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher

public class ConfigurationItemCollectionConverter
extends com.thoughtworks.xstream.converters.collections.CollectionConverter


Constructor Summary
ConfigurationItemCollectionConverter(com.thoughtworks.xstream.mapper.Mapper mapper)
           
 
Method Summary
protected  void writeItem(java.lang.Object item, com.thoughtworks.xstream.converters.MarshallingContext context, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer)
           
 
Methods inherited from class com.thoughtworks.xstream.converters.collections.CollectionConverter
addCurrentElementToCollection, canConvert, marshal, populateCollection, populateCollection, unmarshal
 
Methods inherited from class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
createCollection, mapper, readItem
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationItemCollectionConverter

public ConfigurationItemCollectionConverter(com.thoughtworks.xstream.mapper.Mapper mapper)
Method Detail

writeItem

protected void writeItem(java.lang.Object item,
                         com.thoughtworks.xstream.converters.MarshallingContext context,
                         com.thoughtworks.xstream.io.HierarchicalStreamWriter writer)
Overrides:
writeItem in class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter