Uses of Interface
ca.cgjennings.apps.arkham.ExportContainer
-
Packages that use ExportContainer Package Description ca.cgjennings.apps.arkham -
-
Uses of ExportContainer in ca.cgjennings.apps.arkham
Classes in ca.cgjennings.apps.arkham that implement ExportContainer Modifier and Type Class Description class
FolderExportContainer
An export container that writes files to a folder.class
ZIPExportContainer
An export container that creates ZIP archives.Methods in ca.cgjennings.apps.arkham that return ExportContainer Modifier and Type Method Description static ExportContainer[]
StrangeEons. getRegisteredExportContainers()
Returns an array of the registered export containers.Methods in ca.cgjennings.apps.arkham with parameters of type ExportContainer Modifier and Type Method Description static void
StrangeEons. registerExportContainer(ExportContainer ec)
Register a new export container capable of exporting file collections.static void
StrangeEons. unregisterExportContainer(ExportContainer ec)
Unregister a registered export container type.
-