Package main
Class EASyExec
java.lang.Object
main.EASyExec
Class for presenting and testing the EASy command line functionalities. Potential
system return values:
CmdConstants.- Author:
- El-Sharkawy
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voidinstantiate(String[] args) Handles the instantiate method calls.private static voidinstantiateSelf(String[] args) Handles the instantiateSelf method calls.static voidMain method for testing.private static voidrunDemo()Example how to load an EASy project.
-
Field Details
-
WS_PATH
- See Also:
-
WS_FILE
-
LOGGER
private static final net.ssehub.easy.basics.logger.EASyLoggerFactory.EASyLogger LOGGER
-
-
Constructor Details
-
EASyExec
public EASyExec()
-
-
Method Details
-
main
Main method for testing.- Parameters:
args- Will be ignored.
-
instantiateSelf
Handles the instantiateSelf method calls.- Parameters:
args- The arguments for the instantiateSelf method calls.
-
instantiate
Handles the instantiate method calls.- Parameters:
args- The arguments for the instantiate method calls.
-
runDemo
private static void runDemo()Example how to load an EASy project.
-