Package-level declarations
Types
Link copied to clipboard
data class ConversionMetadata(val rules: MutableMap<FileFormat<*>, Pair<MutableSet<FileFormat<*>>, TemplateContext>> = mutableMapOf(), conversions: Int = 0)
Link copied to clipboard
data class ConversionRequest<T>(val from: FileFormat<T>, val to: FileFormat<T>, val template: TemplateContext)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
object DaemonManager
Some common housekeeping tools.
Link copied to clipboard
object MaestroDaemon
The Daemon object which is to be called if FileMaestro is used as a daemon and not a library.
Link copied to clipboard
object MaestroMetaListener
Responsible for withholding history of conversion requests
Link copied to clipboard
Link copied to clipboard