Gridarta Editor
net.sf.gridarta.commands.CollectArchesCommand Class Reference
+ Inheritance diagram for net.sf.gridarta.commands.CollectArchesCommand:
+ Collaboration diagram for net.sf.gridarta.commands.CollectArchesCommand:

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)
 

Detailed Description

Run archetype collection.

Author
Christian Hujer
Andreas Kirschbaum
Todo:
allow arch collection to be configured (input directories, output directory)

Definition at line 35 of file CollectArchesCommand.java.

Constructor & Destructor Documentation

◆ CollectArchesCommand()

net.sf.gridarta.commands.CollectArchesCommand.CollectArchesCommand ( @NotNull final ProjectModel<?, ?, ?>  projectModel)

Creates a new instance.

Parameters
projectModelthe project to collect

Definition at line 53 of file CollectArchesCommand.java.

References net.sf.gridarta.commands.CollectArchesCommand.projectModel.

Member Function Documentation

◆ execute()

Member Data Documentation

◆ LOG

final Category net.sf.gridarta.commands.CollectArchesCommand.LOG = Logger.getLogger(CollectArchesCommand.class)
staticprivate

The Logger for printing log messages.

Definition at line 41 of file CollectArchesCommand.java.

Referenced by net.sf.gridarta.commands.CollectArchesCommand.execute().

◆ projectModel

final ProjectModel<?, ?, ?> net.sf.gridarta.commands.CollectArchesCommand.projectModel
private

The documentation for this class was generated from the following file: