public class MainClassFinder extends Object
public static void main(String[] args) method.| Modifier and Type | Class and Description |
|---|---|
static class |
MainClassFinder.Result
The result of a call to
find(). |
| Constructor and Description |
|---|
MainClassFinder(com.google.common.collect.ImmutableList<Path> files,
EventDispatcher eventDispatcher)
Finds a class with
psvm (see class javadoc) in files. |
| Modifier and Type | Method and Description |
|---|---|
MainClassFinder.Result |
find()
Tries to find classes with
psvm (see class javadoc) in files. |
public MainClassFinder(com.google.common.collect.ImmutableList<Path> files, EventDispatcher eventDispatcher)
psvm (see class javadoc) in files.files - the files to checkeventDispatcher - used for dispatching log events.public MainClassFinder.Result find()
psvm (see class javadoc) in files.MainClassFinder.Result of the main class finding attemptCopyright © 2018. All rights reserved.