|
Gridarta Editor
|
Run archetype collection. More...
Inheritance diagram for net.sf.gridarta.commands.CollectArchesCommand:
Collaboration diagram for net.sf.gridarta.commands.CollectArchesCommand:Public Member Functions | |
| CollectArchesCommand (@NotNull final ProjectModel<?, ?, ?> projectModel) | |
| Creates a new instance. More... | |
| int | execute () |
| Executes the command. More... | |
Private Attributes | |
| final ProjectModel<?, ?, ?> | projectModel |
| The project to collect. More... | |
Static Private Attributes | |
| static final Category | LOG = Logger.getLogger(CollectArchesCommand.class) |
| The Logger for printing log messages. More... | |
Run archetype collection.
Definition at line 35 of file CollectArchesCommand.java.
| net.sf.gridarta.commands.CollectArchesCommand.CollectArchesCommand | ( | @NotNull final ProjectModel<?, ?, ?> | projectModel | ) |
Creates a new instance.
| projectModel | the project to collect |
Definition at line 53 of file CollectArchesCommand.java.
References net.sf.gridarta.commands.CollectArchesCommand.projectModel.
| int net.sf.gridarta.commands.CollectArchesCommand.execute | ( | ) |
Executes the command.
Implements net.sf.gridarta.commands.Command.
Definition at line 58 of file CollectArchesCommand.java.
References net.sf.gridarta.model.resource.AbstractResources< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.canWriteCollected(), net.sf.gridarta.model.settings.ProjectSettings.getCollectedDirectory(), net.sf.gridarta.project.ProjectModel< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.getProjectSettings(), net.sf.gridarta.project.ProjectModel< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.getResources(), net.sf.gridarta.commands.Collector.start(), and net.sf.gridarta.commands.Collector.waitUntilFinished().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprivate |
The Logger for printing log messages.
Definition at line 41 of file CollectArchesCommand.java.
|
private |
The project to collect.
Definition at line 47 of file CollectArchesCommand.java.
Referenced by net.sf.gridarta.commands.CollectArchesCommand.CollectArchesCommand().