public class MainClassFinder extends Object
public static void main(String[] args) method.| Modifier and Type | Class and Description |
|---|---|
static class |
MainClassFinder.Result
|
| Constructor and Description |
|---|
MainClassFinder() |
| Modifier and Type | Method and Description |
|---|---|
static MainClassFinder.Result |
find(List<Path> files,
Consumer<LogEvent> logger)
Tries to find classes with
psvm (see class javadoc) in files. |
public static MainClassFinder.Result find(List<Path> files, Consumer<LogEvent> logger)
psvm (see class javadoc) in files.files - the files to searchlogger - a Consumer used to handle log eventsMainClassFinder.Result of the main class finding attemptCopyright © 2019. All rights reserved.