Companion

object Companion : PluginFactory<IOPlugin>

Functions

invoke
Link copied to clipboard
common
open operator override fun invoke(meta: Meta, context: Context): IOPlugin

Properties

defaultEnvelopeFormats
Link copied to clipboard
common
val defaultEnvelopeFormats: List<EnvelopeFormatFactory>
defaultMetaFormats
Link copied to clipboard
common
val defaultMetaFormats: List<MetaFormatFactory>
tag
Link copied to clipboard
common
open override val tag: PluginTag
type
Link copied to clipboard
common
open override val type: KClass<out IOPlugin>

Extensions

DATA_FILE_NAME
Link copied to clipboard
val IOPlugin.Companion.DATA_FILE_NAME: String
META_FILE_NAME
Link copied to clipboard
val IOPlugin.Companion.META_FILE_NAME: String