Interface CommandLineAction

    • 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.
    • Method Detail

      • execute

        byte execute​(java.lang.String[] args)
        Implement this method to execute custom task in running MagicDraw application environment.
        Returns:
        application exit status.