23242526272829
private List<String> javaFiles0 = new ArrayList<String>(); public ViewFileReader(Config config) { this.config = config; if (init() != 0) throw new TemplateFileReadException("template file parse error"); }
21222324252627