Conversion Metadata
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)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getOrPut(format: FileFormat<*>, defaultValue: () -> Pair<MutableSet<FileFormat<*>>, TemplateContext>): MutableSet<FileFormat<*>>
Link copied to clipboard
Link copied to clipboard