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