如何获得项目中的所有资源?

时间:2019-03-13 15:56:53

标签: xtext

我正在为Xtext global auto-generation

中描述的问题寻找替代解决方案

我的第一次尝试如下。

override void doGenerate(Resource resource, IFileSystemAccess2 fsa, IGeneratorContext context) {
  generate_one_header_file_from_ALL(resource.resourceSet,fsa,context)
}

但是resourceSet方法检索相关资源,而不是项目中的所有资源。

我如何获得项目中的所有资源,尤其是借助doGenerate方法的参数?

0 个答案:

没有答案