20 package net.sf.gridarta.model.resource;
23 import java.io.IOException;
24 import java.util.ArrayList;
25 import java.util.Collection;
27 import net.
sf.japi.swing.misc.Progress;
28 import org.jetbrains.annotations.NotNull;
40 private final Collection<Collectable>
collectables =
new ArrayList<>();
56 public void write(@NotNull
final Progress progress, @NotNull
final File collectedDirectory)
throws IOException {
58 collectable.collect(progress, collectedDirectory);