com.atlassian.bamboo.persister.xstream
Class LabelPathMapConverter

java.lang.Object
  extended by com.atlassian.bamboo.persister.xstream.ConverterDecorator
      extended by com.atlassian.bamboo.persister.xstream.LabelPathMapConverter
All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher

public class LabelPathMapConverter
extends ConverterDecorator


Field Summary
 
Fields inherited from class com.atlassian.bamboo.persister.xstream.ConverterDecorator
classToConvert, converter
 
Constructor Summary
LabelPathMapConverter(com.thoughtworks.xstream.converters.Converter converter)
           
 
Method Summary
 java.lang.Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
           
 
Methods inherited from class com.atlassian.bamboo.persister.xstream.ConverterDecorator
canConvert, marshal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelPathMapConverter

public LabelPathMapConverter(com.thoughtworks.xstream.converters.Converter converter)
Method Detail

unmarshal

public java.lang.Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
                                  com.thoughtworks.xstream.converters.UnmarshallingContext context)
Specified by:
unmarshal in interface com.thoughtworks.xstream.converters.Converter
Overrides:
unmarshal in class ConverterDecorator


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.