com.ricebridge.xmlman.test
Class PerformanceTest.DateStringConverter
java.lang.Object
com.ricebridge.data.sc.StringConverterSupport
com.ricebridge.data.sc.DefaultStringConverter
com.ricebridge.xmlman.test.PerformanceTest.DateStringConverter
- All Implemented Interfaces:
- StringConverter
- Enclosing class:
- PerformanceTest
- public static class PerformanceTest.DateStringConverter
- extends DefaultStringConverter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PerformanceTest.DateStringConverter
public PerformanceTest.DateStringConverter()
makeObjectImpl
protected Object makeObjectImpl(String pString)
throws Exception
- Description copied from class:
DefaultStringConverter
- Implement this method to create an object based on a textual representation.
If an error occurs, just throw an Exception.
- Specified by:
makeObjectImpl in class DefaultStringConverter
- Parameters:
pString - textual representation
- Throws:
Exception
makeStringImpl
protected String makeStringImpl(Object pObject)
- Description copied from class:
DefaultStringConverter
- Implement this method to produce a textual representation of an object.
If an error occurs, just throw an Exception.
- Specified by:
makeStringImpl in class DefaultStringConverter
- Parameters:
pObject - object
Copyright © 2004-2005 Ricebridge