|
Gridarta Editor
|
Writes resources into a collection. More...
Collaboration diagram for net.sf.gridarta.model.resource.CollectedResourcesWriter:Public Member Functions | |
| void | addCollectable (@NotNull final Collectable collectable) |
| Adds a Collectable resource. More... | |
| void | write (@NotNull final Progress progress, @NotNull final File collectedDirectory) throws IOException |
| Writes the resources into a collection. More... | |
Private Attributes | |
| final Collection< Collectable > | collectables = new ArrayList<>() |
| All Collectable resources. More... | |
Writes resources into a collection.
Definition at line 34 of file CollectedResourcesWriter.java.
| void net.sf.gridarta.model.resource.CollectedResourcesWriter.addCollectable | ( | @NotNull final Collectable | collectable | ) |
Adds a Collectable resource.
| collectable | the collectable resource |
Definition at line 46 of file CollectedResourcesWriter.java.
Referenced by net.sf.gridarta.var.daimonin.resource.DefaultResources.writeCollectedInt(), net.sf.gridarta.var.atrinik.resource.DefaultResources.writeCollectedInt(), and net.sf.gridarta.var.crossfire.resource.DefaultResources.writeCollectedInt().
Here is the caller graph for this function:| void net.sf.gridarta.model.resource.CollectedResourcesWriter.write | ( | @NotNull final Progress | progress, |
| @NotNull final File | collectedDirectory | ||
| ) | throws IOException |
Writes the resources into a collection.
| progress | the progress to use |
| collectedDirectory | the collected directory to write to |
| IOException | if collection fails |
Definition at line 56 of file CollectedResourcesWriter.java.
Referenced by net.sf.gridarta.var.daimonin.resource.DefaultResources.writeCollectedInt(), net.sf.gridarta.var.atrinik.resource.DefaultResources.writeCollectedInt(), and net.sf.gridarta.var.crossfire.resource.DefaultResources.writeCollectedInt().
Here is the caller graph for this function:
|
private |
All Collectable resources.
Definition at line 40 of file CollectedResourcesWriter.java.