com.atlassian.bamboo.persister.xstream
Class BambooDateTimeZoneConverter

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

public class BambooDateTimeZoneConverter
extends AbstractBasicConverter

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


Constructor Summary
BambooDateTimeZoneConverter()
           
 
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

BambooDateTimeZoneConverter

public BambooDateTimeZoneConverter()
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.