@OpenApiAll public abstract class ProjectCommandLineAction extends java.lang.Object implements CommandLineAction
execute(String[], Properties, Project)
| Constructor and Description |
|---|
ProjectCommandLineAction() |
| Modifier and Type | Method and Description |
|---|---|
byte |
execute(java.lang.String[] args)
Implement this method to execute custom task in running MagicDraw application environment.
|
protected abstract byte |
execute(java.lang.String[] args,
java.util.Properties properties,
Project project)
Override this method to execute your custom task(s) in running MagicDraw environment on opened project.
|
public final byte execute(java.lang.String[] args)
CommandLineActionexecute in interface CommandLineActionprotected abstract byte execute(java.lang.String[] args,
java.util.Properties properties,
Project project)
args - arguments environment was started withproperties - parsed arguments for this projectproject - project opened based on provided arguments