Interface CommandLineAction
- All Known Implementing Classes:
ProjectCommandLineAction
@OpenApiAll
public interface CommandLineAction
Action allows to execute custom task in application command line mode.
It must be registered via
CommandLineActionManager.addAction(CommandLineAction)
.- See Also:
-
Method Summary
-
Method Details
-
execute
Implement this method to execute custom task in running MagicDraw application environment.- Returns:
- application exit status.
-