Interface CommandLineAction
-
- All Known Implementing Classes:
ProjectCommandLineAction
@OpenApiAll public interface CommandLineActionAction 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 byteexecute(java.lang.String[] args)Implement this method to execute custom task in running MagicDraw application environment.
-