wt.ixb.publicforapps
Class WCXMLExportHelper

java.lang.Object
  extended bywt.ixb.publicforapps.WCXMLExportHelper

public class WCXMLExportHelper
extends Object


Field Summary
static boolean DEBUG
           
 
Constructor Summary
WCXMLExportHelper()
           
 
Method Summary
static void doExport(ExportPackage expPackage, String attachmentOption, File dirToSave, String jarName)
          Creates WC XML jar file on server.
protected static void PP(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static boolean DEBUG
Constructor Detail

WCXMLExportHelper

public WCXMLExportHelper()
Method Detail

doExport

public static void doExport(ExportPackage expPackage,
                            String attachmentOption,
                            File dirToSave,
                            String jarName)
                     throws WTException
Creates WC XML jar file on server.

Parameters:
expPackage - export package with objects prepared for export
attachmentOption - Attachments option. Currently is ignored.
dirToSave - directory on server where the resulting file will be stored
jarName - name for the resulting jar file
Throws:
WTException

PP

protected static void PP(String s)