107108109110111112113
InputStream is = getClass().getResourceAsStream(resourceName); // This submits the batch importer.importFrom(is, problems, resourceName); } this.problems = new ImmutableProblems(problems); }