public static class MainClassFinder.Result
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
MainClassFinder.Result.Type
The type of result.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFoundMainClass()
Gets the found main class.
|
java.util.List<java.lang.String> |
getFoundMainClasses()
Gets the found main classes.
|
MainClassFinder.Result.Type |
getType()
Gets the type of the result.
|
public java.lang.String getFoundMainClass()
getType()
is MainClassFinder.Result.Type.MAIN_CLASS_FOUND
.public MainClassFinder.Result.Type getType()
public java.util.List<java.lang.String> getFoundMainClasses()