MCPcopy Create free account
hub / github.com/jOOQ/jOOQ / collect

Method collect

jOOQ/src/main/java/org/jooq/FilePattern.java:244–248  ·  view source on GitHub ↗

Retrieve a set of Source items from this pattern. @throws IOException if something goes wrong while loading file contents.

()

Source from the content-addressed store, hash-verified

242 * @throws IOException if something goes wrong while loading file contents.
243 */
244 public final List<Source> collect() {
245 final List<Source> list = new ArrayList<>();
246 load(list::add);
247 return list;
248 }
249
250 /**
251 * Load a set of {@link Source} items from this pattern.

Callers 1

loadMethod · 0.95

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected