wt.content
Class LoadDataFormat

java.lang.Object
  extended bywt.content.LoadDataFormat

public class LoadDataFormat
extends Object


Constructor Summary
LoadDataFormat()
           
 
Method Summary
static boolean createDataFormat(Hashtable nv, Hashtable cmd_line, Vector return_objects)
          Create a Data Format from one set of data.
(package private) static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadDataFormat

public LoadDataFormat()
Method Detail

createDataFormat

public static boolean createDataFormat(Hashtable nv,
                                       Hashtable cmd_line,
                                       Vector return_objects)
Create a Data Format from one set of data.

Parameters:
nv - Name/value pairs of meta data to set on the DataFormat.
cmd_line - command line argument that can be substituted into the load data.
return_objects - Object(s) created by this method used by wt.load.StandardLoadService for user feedback messages.

main

static void main(String[] args)