com.synex.xml.ext
Class CurrentDate

java.lang.Object
  |
  +--com.synex.xml.ext.CurrentDate
All Implemented Interfaces:
CustomAction

public class CurrentDate
extends java.lang.Object
implements CustomAction

The implementation of the java custom extension. This extension class returns the current system date.


Constructor Summary
CurrentDate()
          Creates new CurrentDate
 
Method Summary
 java.lang.String getValue()
          Gets the custom string value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentDate

public CurrentDate()
Creates new CurrentDate
Method Detail

getValue

public java.lang.String getValue()
Gets the custom string value.
Specified by:
getValue in interface CustomAction
Returns:
The string representation of the current system date in yyyy-mm-dd hh:mm:ss.fffffffff format


Submit a bug or feature
For further API reference and developer documentation, see XML Bulk Loader Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2002 Sergey Yakovlev, All Rights Reserved.