@groovy.transform.CompileStatic class JvmEntryPointProxy extends Object implements org.ysb33r.grolifant5.api.core.jvm.JvmEntryPoint
| Type | Name and description |
|---|---|
FileCollection |
classpath |
Provider<Boolean> |
inferModulePath |
Provider<String> |
mainClass |
Object |
mainModule |
| Constructor and description |
|---|
JvmEntryPointProxy
(JavaExecSpec es, org.ysb33r.grolifant5.api.core.StringTools stringTools) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
JavaExecSpec |
classpath(Object[] paths) |
|
void |
copyTo(JavaExecSpec target)Copy entry point information to a JavaExecSpec |
|
FileCollection |
getClasspath() |
|
Provider<Boolean> |
getInferModulePath() |
|
Provider<String> |
getMainClass()Get the main class name. |
|
Provider<String> |
getMainModule() |
|
JavaExecSpec |
setClasspath(FileCollection fc) |
|
void |
setInferModulePath(Provider<Boolean> p) |
|
void |
setInferModulePath(boolean p) |
|
void |
setMainClass(Object name) |
|
void |
setMainModule(Object o) |
Copy entry point information to a JavaExecSpec
target - JavaExecSpecGroovy Documentation