public class ApplicationPlugin extends GroovyObjectSupport implements Plugin<Project>
A Plugin
which runs a project as a Java Application.
Modifier and Type | Field and Description |
---|---|
static String |
APPLICATION_GROUP |
static String |
APPLICATION_PLUGIN_NAME |
static String |
TASK_DIST_TAR_NAME |
static String |
TASK_DIST_ZIP_NAME |
static String |
TASK_INSTALL_NAME |
static String |
TASK_RUN_NAME |
static String |
TASK_START_SCRIPTS_NAME |
Constructor and Description |
---|
ApplicationPlugin() |
Modifier and Type | Method and Description |
---|---|
void |
apply(Project project)
Apply this plugin to the given target object.
|
void |
configureInstallTasks(Task... installTasks) |
getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty
public static final String APPLICATION_PLUGIN_NAME
public static final String APPLICATION_GROUP
public static final String TASK_RUN_NAME
public static final String TASK_START_SCRIPTS_NAME
public static final String TASK_INSTALL_NAME
public static final String TASK_DIST_ZIP_NAME
public static final String TASK_DIST_TAR_NAME