net.ripe.rpki.commons.provisioning.serialization
Class CertificateUrlListConverter

java.lang.Object
  extended by com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
      extended by net.ripe.rpki.commons.provisioning.serialization.CertificateUrlListConverter
All Implemented Interfaces:
com.thoughtworks.xstream.converters.ConverterMatcher, com.thoughtworks.xstream.converters.SingleValueConverter

public class CertificateUrlListConverter
extends com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter


Field Summary
static CertificateUrlListConverter INSTANCE
           
 
Constructor Summary
CertificateUrlListConverter()
           
 
Method Summary
 boolean canConvert(Class type)
           
 List<URI> fromString(String str)
           
 String toString(Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final CertificateUrlListConverter INSTANCE
Constructor Detail

CertificateUrlListConverter

public CertificateUrlListConverter()
Method Detail

canConvert

public boolean canConvert(Class type)
Specified by:
canConvert in interface com.thoughtworks.xstream.converters.ConverterMatcher
Specified by:
canConvert in class com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter

fromString

public List<URI> fromString(String str)
Specified by:
fromString in interface com.thoughtworks.xstream.converters.SingleValueConverter
Specified by:
fromString in class com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter

toString

public String toString(Object obj)
Specified by:
toString in interface com.thoughtworks.xstream.converters.SingleValueConverter
Overrides:
toString in class com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter


Copyright © 2008-2013 RIPE NCC, the Netherlands. All Rights Reserved.