newFactoryClassInstance
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.