Gridarta Editor
net.sf.gridarta.commands.CollectArchesCommand Class Reference

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...
 

Detailed Description

Run archetype collection.

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

Definition at line 36 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 54 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 42 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: