this.resourcePathConfig = getFixFlowConfig().getResourcePathConfig();
}
private void initDataVariableConfig() {
ResourceSet resourceSet = new ResourceSetImpl();
resourceSet.getResourceFactoryRegistry().getExtensionToFactoryMap().put("xml", new XMIResourceFactoryImpl());
String classPath = getDataVariableConfigPath();
URL url = this.getClass().getClassLoader().getResource(classPath);
if(url == null){
log.error("未能从{}目录下加载到datavariableconfig文件",classPath);
throw new FixFlowClassLoadingException(ExceptionCode.CLASSLOAD_EXCEPTION_FILENOTFOUND, classPath);