Java org.springframework.boot.loader.tools MainClassFinder fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.boot.loader.tools MainClassFinder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.boot.loader.tools MainClassFinder.

The text is from its open source code.

Method

StringfindSingleMainClass(JarFile jarFile, String classesLocation, String annotationName)
Find a single main class in a given jar file.
StringfindSingleMainClass(File rootFolder)
Find a single main class from the given rootFolder .