Package | Description |
---|---|
org.springframework.boot.loader.tools |
Modifier and Type | Method and Description |
---|---|
static <T> T |
MainClassFinder.doWithMainClasses(File rootFolder,
MainClassFinder.ClassNameCallback<T> callback)
Perform the given callback operation on all main classes from the given root
folder.
|
static <T> T |
MainClassFinder.doWithMainClasses(JarFile jarFile,
String classesLocation,
MainClassFinder.ClassNameCallback<T> callback)
Perform the given callback operation on all main classes from the given jar.
|
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.