Package org.gradle.api.plugins
Class ApplicationPlugin
java.lang.Object
org.gradle.api.plugins.ApplicationPlugin
A Plugin
which packages and runs a project as a Java Application.
The plugin can be configured via the JavaApplication
extension.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Apply this plugin to the given target object.protected org.gradle.api.internal.provider.PropertyFactory
-
Field Details
-
APPLICATION_PLUGIN_NAME
- See Also:
-
APPLICATION_GROUP
- See Also:
-
TASK_RUN_NAME
- See Also:
-
TASK_START_SCRIPTS_NAME
- See Also:
-
TASK_DIST_ZIP_NAME
- See Also:
-
TASK_DIST_TAR_NAME
- See Also:
-
-
Constructor Details
-
ApplicationPlugin
public ApplicationPlugin()
-
-
Method Details