Companion
object Companion
Functions
Link copied to clipboard
Looks up SPI name (static "NAME" field) with appropriate modifiers. Also it must be a String class and declared in the concrete class.
Link copied to clipboard
fun <T : AbstractAnalysisFactory> newFactoryClassInstance(clazz: KClass<T>, args: MutableMap<String, String>): T
Creates a new instance of the given AbstractAnalysisFactory by invoking the constructor, passing the given argument map.