org.opensync.importexport
Class Test

java.lang.Object
  extended byorg.opensync.importexport.Test

public class Test
extends java.lang.Object

When running CreateXmlFiles(), the files get created in the directory where you run java. Sample command line to run this program: java -classpath D:\cvs\magellan\src\sophieWeb\web\WEB-INF\classes;D:\cvs\magellan\src\sophieWeb\web\WEB-INF\lib\Piccolo.jar;D:\cvs\magellan\src\sophieWeb\web\WEB-INF\lib\saxon7.jar;D:\cvs\magellan\src\sophieWeb\web\WEB-INF\lib\xercesImpl.jar;D:\cvs\magellan\src\sophieWeb\web\WEB-INF\lib\oracleDriver.jar org.opensync.importexport.Test Make sure you change m_sConnectionsFile and m_sTablesFile to point at the proper files.


Constructor Summary
Test()
          Constructor
 
Method Summary
 void CreateXmlFiles()
          Create theme.xml, mappings, queries, and config file.
 void ImportExport()
          Run import/export
 void InitConnectionPool()
           
static void main(java.lang.String[] args)
          main
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test

public Test()
Constructor

Method Detail

InitConnectionPool

public void InitConnectionPool()

ImportExport

public void ImportExport()
Run import/export


CreateXmlFiles

public void CreateXmlFiles()
Create theme.xml, mappings, queries, and config file.


main

public static void main(java.lang.String[] args)
main

Parameters:
args -


Copyright © 2004 sourceforge. All Rights Reserved.