Package com.nomagic.magicdraw.core
Interface ApplicationLauncher
-
- All Known Implementing Classes:
CommandLine,ProjectCommandLine
@OpenApiAll public interface ApplicationLauncherDefines interface for all classes that wants to launch MD specific application.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlaunch(java.lang.String[] args)Performs application launch actions.
-