Package wt.ixb.pdx
Class PDXExportHandler
java.lang.Object
wt.ixb.publicforapps.ApplicationExportHandlerTemplate
wt.ixb.pdx.PDXExportHandler
- All Implemented Interfaces:
ApplicationExpImportHandler,ApplicationExportHandler
PDXExportHandler performs specific tasks connected with export to PDX format.
This includes:
Supported API: true
Extendable: false
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringKey used to indicate attachments option - content files are included into pdx package (default option).static final StringKey used to indicate attachments option - content files are mentioned in pdx.xml but are not included into zip.static final StringKey used to indicate attachments option - content files are ignored (not mentioned in pdx.xml).Fields inherited from class wt.ixb.publicforapps.ApplicationExportHandlerTemplate
CONTENTS_DIR_NAME, createTidyJar, exportResult, isMultithreadedExport, ixbWithGUI, processWritingInBackground, targetVersion, userLogLevelFields inherited from interface wt.ixb.publicforapps.ApplicationExpImportHandler
IMPORTANCE_LEVEL_DEFAULT, PREFIX_SEPERATOR, USERLOG_PREFIX -
Method Summary
Methods inherited from class wt.ixb.publicforapps.ApplicationExportHandlerTemplate
addObjectToManifest, createCommonAttributeFile, createCommonAttributeFile, createManifest, createManifest, finalizeAdditionalInfo, finalizeExport, finalizeStore, getCurrentExportContentSize, getFormatType, getIXApplicationContext, getIXBExpImpStatus, getIxbMissingContentProcessor, getIxFormatType, getJarFile, getJarWriter, getJaxbObject, getLogListeners, getObjectListForManifest, getOutput, getOutputs, getProcessWritingInBackground, getRequiredExportSize, getTargetVersion, getUserLocale, getUserLogLevel, initialize, isApplicableAttribute, isCreateTidyJar, isExportAsJaxbObject, isIxbWithGUI, isMultiple, isMultithreadedExportApplicable, isPackageExport, isSaveMsgToResultVector, reallyStoreContent, reallyStoreContent, retriveService, setCreateTidyJar, setExportAsJaxbObject, setFormatType, setIXApplicationContext, setIxbMissingContentProcessor, setIxbWithGUI, setIxFormatType, setLogListeners, setMultiple, setSaveMsgToResultVector, setTargetVersion, setUserLocale, setUserLogLevel, storeAdditionalInfo, storeContent, storeContent, storeContent, storeDocument, storeDocument, storeLogMessage, storeLogMessage, storeLogMessage
-
Field Details
-
XML_VALUE_ATTACHMENTS
Key used to indicate attachments option - content files are included into pdx package (default option).
Supported API: true- See Also:
-
XML_VALUE_NO_ATTACHMENTS
Key used to indicate attachments option - content files are ignored (not mentioned in pdx.xml).
Supported API: true- See Also:
-
XML_VALUE_ATTACHMENTS_AS_FILE_NAMES
Key used to indicate attachments option - content files are mentioned in pdx.xml but are not included into zip.
Supported API: true- See Also:
-