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 viaCommandLineActionManager.addAction(CommandLineAction)
.- See Also:
CommandLineActionManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte
execute(java.lang.String[] args)
Implement this method to execute custom task in running MagicDraw application environment.
-