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 MainMethodRunner
Launcher.createMainMethodRunner
(String mainClass, String[] args, ClassLoader classLoader) Create theMainMethodRunner
used to launch the application.