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 classFolderExportContainerAn export container that writes files to a folder.classZIPExportContainerAn 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 voidStrangeEons. registerExportContainer(ExportContainer ec)Register a new export container capable of exporting file collections.static voidStrangeEons. unregisterExportContainer(ExportContainer ec)Unregister a registered export container type.
-