Class ApplicationExportHandlerForJar

java.lang.Object
wt.ixb.publicforapps.ApplicationExportHandlerTemplate
wt.ixb.publicforapps.ApplicationExportHandlerForJar
All Implemented Interfaces:
ApplicationExpImportHandler, ApplicationExportHandler

public class ApplicationExportHandlerForJar extends ApplicationExportHandlerTemplate
This class provides methods for storing XML and content files in export jar file. It handles both ApplicationData content and content residing in local file system.

Supported API: true

Extendable: false
  • Constructor Details

    • ApplicationExportHandlerForJar

      public ApplicationExportHandlerForJar(File fileToSave, File dirToSave) throws WTException


      Supported API: true
      Parameters:
      fileToSave - The jar file to store exportedinformation (meta data and content data)
      dirToSave - Directory where the jar file will be stored.
      Throws:
      WTException
  • Method Details