org.opensync.importexport
Class CreateXmlFiles

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

public class CreateXmlFiles
extends java.lang.Object

Title: Description: Copyright: Copyright (c) 2001 Company:

Version:
1.0 Create THEMES.Xml, Query_xxx.Xml and Mapping_xxx.Xml
Author:

Constructor Summary
CreateXmlFiles(ConnectionPool pl, DbFile db, java.lang.String sMappingDirectory)
           
 
Method Summary
 void createAllDescriptorsXml()
           
 void createAllMappingXml()
           
 void createAllQueryXml()
           
 void createConfigSyncXml()
           
 void createThemesXml()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateXmlFiles

public CreateXmlFiles(ConnectionPool pl,
                      DbFile db,
                      java.lang.String sMappingDirectory)
               throws java.sql.SQLException
Method Detail

createThemesXml

public void createThemesXml()
                     throws java.sql.SQLException,
                            java.io.IOException
Throws:
java.sql.SQLException
java.io.IOException

createAllQueryXml

public void createAllQueryXml()
                       throws java.sql.SQLException,
                              java.io.IOException
Throws:
java.sql.SQLException
java.io.IOException

createAllMappingXml

public void createAllMappingXml()
                         throws java.sql.SQLException,
                                java.io.IOException
Throws:
java.sql.SQLException
java.io.IOException

createAllDescriptorsXml

public void createAllDescriptorsXml()
                             throws java.sql.SQLException,
                                    java.io.IOException
Throws:
java.sql.SQLException
java.io.IOException

createConfigSyncXml

public void createConfigSyncXml()
                         throws java.sql.SQLException,
                                java.io.IOException
Throws:
java.sql.SQLException
java.io.IOException


Copyright © 2004 sourceforge. All Rights Reserved.