API Reference IVCU v0.2.0
modules
Modules
Provides an API to validate, convert, and save files to abstract storages.
An interface for a strategy that handles applying multiple actions on a collection.
This module implements IVCU.CollectionTraverser
in asynchronous
way making operations potentially faster.
Synchronously IVCU.CollectionTraverser
implementation without
exception handling.
Interface module for file convertation.
Provides a helper to generate a converter that
uses any cmd converter for files (convert
binary from
imagemagick in example).
An error raised when a command in IVCU.Converter.CMD
config
has invalid format.
An error raised when your definition provides a version that
was not specified in IVCU.Converter.CMD
config.
An interface for file processing.
Internal file representation used everywhere else in the library.
Interface module for file storage.
Provides a helper to generate a storage that saves all the files localy.