public class CollectedResourcesWriter
extends java.lang.Object
Constructor and Description |
---|
CollectedResourcesWriter() |
Modifier and Type | Method and Description |
---|---|
void |
addCollectable(@NotNull Collectable collectable)
Adds a
Collectable resource. |
void |
write(@NotNull net.sf.japi.swing.misc.Progress progress,
@NotNull java.io.File collectedDirectory)
Writes the resources into a collection.
|
public void addCollectable(@NotNull @NotNull Collectable collectable)
Collectable
resource.collectable
- the collectable resourcepublic void write(@NotNull @NotNull net.sf.japi.swing.misc.Progress progress, @NotNull @NotNull java.io.File collectedDirectory) throws java.io.IOException
progress
- the progress to usecollectedDirectory
- the collected directory to write tojava.io.IOException
- if collection fails