@CompileStatic class MainClassFinder extends Object
Modifiers | Name | Description |
---|---|---|
class |
MainClassFinder.1 |
|
static class |
MainClassFinder.MainMethodFinder |
Type | Name and description |
---|---|
static Map<String, String> |
MAIN_CLASSES |
Constructor and description |
---|
MainClassFinder() |
Type Params | Return Type | Name and description |
---|---|---|
|
static String |
findMainClass(File rootFolder) |
|
protected static boolean |
isMainClass(groovyjarjarasm.asm.ClassReader classReader) |
|
static String |
searchMainClass(URI path) Searches for the main class relative to the give path that is within the project tree |