com.atlassian.bamboo.serialization.xstream
Class BuildDefinitionXStreamConverter.Factory

java.lang.Object
  extended by com.atlassian.bamboo.serialization.xstream.BuildDefinitionXStreamConverter.Factory
All Implemented Interfaces:
ConverterFactory
Enclosing class:
BuildDefinitionXStreamConverter

public static class BuildDefinitionXStreamConverter.Factory
extends java.lang.Object
implements ConverterFactory


Constructor Summary
BuildDefinitionXStreamConverter.Factory()
           
 
Method Summary
 com.thoughtworks.xstream.converters.Converter createConverter(com.thoughtworks.xstream.XStream xStream)
          Create converter for given xStream instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildDefinitionXStreamConverter.Factory

public BuildDefinitionXStreamConverter.Factory()
Method Detail

createConverter

@NotNull
public com.thoughtworks.xstream.converters.Converter createConverter(@NotNull
                                                                             com.thoughtworks.xstream.XStream xStream)
Description copied from interface: ConverterFactory
Create converter for given xStream instance.

Specified by:
createConverter in interface ConverterFactory
Parameters:
xStream - XStream instance
Returns:
new converter


Copyright © 2011 Atlassian. All Rights Reserved.