Uses of Class
org.springframework.boot.loader.MainMethodRunner
Packages that use MainMethodRunner
Package
Description
System that allows self-contained JAR/WAR archives to be launched using
java -jar.-
Uses of MainMethodRunner in org.springframework.boot.loader
Methods in org.springframework.boot.loader that return MainMethodRunnerModifier and TypeMethodDescriptionprotected MainMethodRunnerLauncher.createMainMethodRunner(String mainClass, String[] args, ClassLoader classLoader) Create theMainMethodRunnerused to launch the application.