com.atlassian.bamboo.persister.xstream
Class BambooDateTimeConverter

java.lang.Object
  extended by AbstractBasicConverter
      extended by com.atlassian.bamboo.persister.xstream.BambooDateTimeConverter

public class BambooDateTimeConverter
extends AbstractBasicConverter

This class lets us persist JODA DataTime objects without saving all the internal junk associated with the class.


Constructor Summary
BambooDateTimeConverter()
           
 
Method Summary
 boolean canConvert(Class aClass)
          Inform XStream that we're reponsible for converting the DateTime objects.
protected  Object fromString(String s)
           
protected  String toString(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BambooDateTimeConverter

public BambooDateTimeConverter()
Method Detail

canConvert

public boolean canConvert(Class aClass)
Inform XStream that we're reponsible for converting the DateTime objects.


fromString

protected Object fromString(String s)

toString

protected String toString(Object object)


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.