public static void mainEmbedded(String title)(Code)
Entry point for embedded applications. This method attaches
to the global
ContextFactory with a scope of a newly
created
Global object. No I/O redirection is performed
as with
Main.main(String[]) .
Entry point for embedded applications. This method attaches
to the given
ContextFactory with the given scope. No
I/O redirection is performed as with
Main.main(String[]) .
Entry point for embedded applications. This method attaches
to the given
ContextFactory with the given scope. No
I/O redirection is performed as with
Main.main(String[]) .