LOG.info("useThisFactory: Setting up Jython factory for " +
getGraphType() + " reading " + " using Jython type " +
jythonClassName);
}
ClassConfOption factoryOption = getGraphType().factoryClassOption();
factoryOption.set(conf, getClass());
jythonClassNameOption().set(conf, jythonClassName);
}