- All Implemented Interfaces:
Plugin<Project>
A Plugin
which packages and runs a project as a Java Application.
The plugin can be configured via the JavaApplication
extension.
- See Also:
-
-
-
Constructor Summary
Constructors
-
Method Summary
void
Apply this plugin to the given target object.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
APPLICATION_PLUGIN_NAME
public static final String APPLICATION_PLUGIN_NAME
- See Also:
-
-
APPLICATION_GROUP
public static final String APPLICATION_GROUP
- See Also:
-
-
TASK_RUN_NAME
public static final String TASK_RUN_NAME
- See Also:
-
-
TASK_START_SCRIPTS_NAME
public static final String TASK_START_SCRIPTS_NAME
- See Also:
-
-
TASK_DIST_ZIP_NAME
public static final String TASK_DIST_ZIP_NAME
- See Also:
-
-
TASK_DIST_TAR_NAME
public static final String TASK_DIST_TAR_NAME
- See Also:
-
-
Constructor Details
-
ApplicationPlugin
public ApplicationPlugin()
-
Method Details
-
apply
Description copied from interface: Plugin
Apply this plugin to the given target object.
- Specified by:
apply
in interface Plugin<Project>
- Parameters:
project
- The target object