wt.dataops.archive.ixutil
Class IXArchiveRestoreApplication.ArchiveExportHandler

java.lang.Object
  extended bywt.ixb.publicforapps.ApplicationExportHandlerTemplate
      extended bywt.ixb.publicforapps.ApplicationExportHandlerForJar
          extended bywt.dataops.archive.ixutil.IXArchiveRestoreApplication.ArchiveExportHandler
All Implemented Interfaces:
ApplicationExpImportHandler, ApplicationExportHandler
Enclosing class:
IXArchiveRestoreApplication

private class IXArchiveRestoreApplication.ArchiveExportHandler
extends ApplicationExportHandlerForJar


Field Summary
(package private)  int logLevel
           
(package private)  IXArchiveRestoreStatus result
           
 
Fields inherited from class wt.ixb.publicforapps.ApplicationExportHandlerForJar
CONTENTS_DIR_NAME, NAME_IS_TAG
 
Fields inherited from interface wt.ixb.publicforapps.ApplicationExpImportHandler
IMPORTANCE_LEVEL_DEFAULT
 
Constructor Summary
(package private) IXArchiveRestoreApplication.ArchiveExportHandler(File fileToSave, IXArchiveRestoreStatus result, int logLevel)
           
 
Method Summary
private  void finalizeExport()
           
protected  String prepareStoreApplicationData(ApplicationData ad)
           
private  void storeIndexingHints()
           
 void storeLogMessage(String resourceBundle, String messageKey, Object[] textInserts)
           
 void storeLogMessage(String resourceBundle, String messageKey, Object[] textInserts, int importanceLevel)
          Supplies the localized log message for the application.
 
Methods inherited from class wt.ixb.publicforapps.ApplicationExportHandlerForJar
addObjectToManifest, cleanTempDir, computeUniqueFileName, createManifest, createManifest, finalizeAdditionalInfo, getJarFile, getJarWriter, getSaveDir, reallyStoreContent, storeAdditionalInfo, storeContent, storeContent, storeContent, storeDocument
 
Methods inherited from class wt.ixb.publicforapps.ApplicationExportHandlerTemplate
storeDocument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

result

IXArchiveRestoreStatus result

logLevel

int logLevel
Constructor Detail

IXArchiveRestoreApplication.ArchiveExportHandler

IXArchiveRestoreApplication.ArchiveExportHandler(File fileToSave,
                                                 IXArchiveRestoreStatus result,
                                                 int logLevel)
                                           throws WTException
Method Detail

storeLogMessage

public void storeLogMessage(String resourceBundle,
                            String messageKey,
                            Object[] textInserts,
                            int importanceLevel)
                     throws WTException
Description copied from class: ApplicationExportHandlerTemplate
Supplies the localized log message for the application.

Supported API: true

Specified by:
storeLogMessage in interface ApplicationExpImportHandler
Overrides:
storeLogMessage in class ApplicationExportHandlerTemplate
Parameters:
resourceBundle -
messageKey -
textInserts -
importanceLevel -
Throws:
WTException

storeLogMessage

public void storeLogMessage(String resourceBundle,
                            String messageKey,
                            Object[] textInserts)
                     throws WTException
Overrides:
storeLogMessage in class ApplicationExportHandlerTemplate
Throws:
WTException

prepareStoreApplicationData

protected String prepareStoreApplicationData(ApplicationData ad)
                                      throws WTException
Overrides:
prepareStoreApplicationData in class ApplicationExportHandlerForJar
Throws:
WTException

finalizeExport

private void finalizeExport()
                     throws WTException
Throws:
WTException

storeIndexingHints

private void storeIndexingHints()
                         throws WTException
Throws:
WTException