/**
  * 得到当前的插件工程类
  *
  * @return
  * @throws IOException
  */
 protected TypePluginFactory getFactory(String type) throws IOException {
   return TypePluginFactory.getFactory(CoreConfigUtils.create(), type);
 }