open class Processors
A class to deal with configuration prcessors.
Author
Clement Escoffier
Processors()
A class to deal with configuration prcessors. |
open static fun get(format: String): ConfigProcessor
Gets a configuration processor matching with the given format. |
|
open static fun getSupportedFormats(): MutableSet<String> |