Gridarta Editor
|
Public Member Functions | |
CollectArchesCommand (@NotNull final ProjectModel<?, ?, ?> projectModel) | |
int | execute () |
Private Attributes | |
final ProjectModel<?, ?, ?> | projectModel |
Static Private Attributes | |
static final Category | LOG = Logger.getLogger(CollectArchesCommand.class) |
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.CollectArchesCommand.LOG, net.sf.gridarta.commands.CollectArchesCommand.projectModel, net.sf.gridarta.commands.Collector.start(), and net.sf.gridarta.commands.Collector.waitUntilFinished().
|
staticprivate |
The Logger for printing log messages.
Definition at line 41 of file CollectArchesCommand.java.
Referenced by net.sf.gridarta.commands.CollectArchesCommand.execute().
|
private |
The project to collect.
Definition at line 47 of file CollectArchesCommand.java.
Referenced by net.sf.gridarta.commands.CollectArchesCommand.CollectArchesCommand(), and net.sf.gridarta.commands.CollectArchesCommand.execute().