wt.ixb.publicforapps
Class WCXMLExportHelper
java.lang.Object
wt.ixb.publicforapps.WCXMLExportHelper
- public class WCXMLExportHelper
- extends Object
Field Summary |
static boolean |
DEBUG
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEBUG
public static boolean DEBUG
WCXMLExportHelper
public WCXMLExportHelper()
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 exportattachmentOption
- Attachments option. Currently is ignored.dirToSave
- directory on server where the resulting file will be storedjarName
- name for the resulting jar file
- Throws:
WTException
PP
protected static void PP(String s)