.getPluginName());
jobParams.putValue(AbstractPlugin.PLUGINID, writerID);
String writerPath = pluginParams.getValue(PluginConfParamKey.PATH);
String writerPeripheryClassName = pluginParams
.getValue(PluginConfParamKey.PERIPHERY_CLASS_NAME);
IWriterPeriphery writerPeriphery = null;
if (StringUtils.isEmpty(writerPeripheryClassName)) {
writerPeriphery = new DefaultWriterPeriphery();
} else {
writerPeriphery = ReflectionUtil
.createInstanceByDefaultConstructor(