![]() |
Gridarta Editor
|
Run archetype collection. More...
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 36 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 54 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 59 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 42 of file CollectArchesCommand.java.
Referenced by net.sf.gridarta.commands.CollectArchesCommand.execute().
|
private |
The project to collect.
Definition at line 48 of file CollectArchesCommand.java.
Referenced by net.sf.gridarta.commands.CollectArchesCommand.CollectArchesCommand(), and net.sf.gridarta.commands.CollectArchesCommand.execute().