public interface Collectable
Modifier and Type | Method and Description |
---|---|
void |
collect(net.sf.japi.swing.misc.Progress progress,
java.io.File collectedDirectory)
Collects information.
|
void collect(@NotNull net.sf.japi.swing.misc.Progress progress, @NotNull java.io.File collectedDirectory) throws java.io.IOException
progress
- the progress to report progress tocollectedDirectory
- the destination directory to collect data tojava.io.IOException
- in case of I/O problems during collection