ConversionMetadata

data class ConversionMetadata(val rules: MutableMap<FileFormat<*>, Pair<MutableSet<FileFormat<*>>, TemplateContext>> = mutableMapOf(), conversions: Int = 0)

Constructors

Link copied to clipboard
constructor(rules: MutableMap<FileFormat<*>, Pair<MutableSet<FileFormat<*>>, TemplateContext>> = mutableMapOf(), conversions: Int = 0)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
operator fun get(format: FileFormat<*>): MutableSet<*>?
Link copied to clipboard
fun getOrPut(format: FileFormat<*>, defaultValue: () -> Pair<MutableSet<FileFormat<*>>, TemplateContext>): MutableSet<FileFormat<*>>
Link copied to clipboard
Link copied to clipboard