Uses of Class
fish.payara.micro.boot.loader.MainMethodRunner
-
Packages that use MainMethodRunner Package Description fish.payara.micro.boot.loader System that allows self-contained JAR/WAR archives to be launched usingjava -jar. -
-
Uses of MainMethodRunner in fish.payara.micro.boot.loader
Methods in fish.payara.micro.boot.loader that return MainMethodRunner Modifier and Type Method Description protected MainMethodRunnerLauncher. createMainMethodRunner(String mainClass, String method, String[] args, ClassLoader classLoader)Create theMainMethodRunnerused to launch the application.
-