public interface MainClassSpec
Defines a JVM main class.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Provider<String> |
getMainClass()Get the main class name. |
|
public void |
setMainClass(Object name)Set the main class name. |