Package org.gradle.api.plugins
Class ApplicationPlugin
- java.lang.Object
-
- org.gradle.api.plugins.ApplicationPlugin
-
-
Field Summary
Fields Modifier and Type Field 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_RUN_NAME
static String
TASK_START_SCRIPTS_NAME
-
Constructor Summary
Constructors Constructor Description ApplicationPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(Project project)
Apply this plugin to the given target object.
-
-
-
Field Detail
-
APPLICATION_PLUGIN_NAME
public static final String APPLICATION_PLUGIN_NAME
- See Also:
- Constant Field Values
-
APPLICATION_GROUP
public static final String APPLICATION_GROUP
- See Also:
- Constant Field Values
-
TASK_RUN_NAME
public static final String TASK_RUN_NAME
- See Also:
- Constant Field Values
-
TASK_START_SCRIPTS_NAME
public static final String TASK_START_SCRIPTS_NAME
- See Also:
- Constant Field Values
-
TASK_DIST_ZIP_NAME
public static final String TASK_DIST_ZIP_NAME
- See Also:
- Constant Field Values
-
TASK_DIST_TAR_NAME
public static final String TASK_DIST_TAR_NAME
- See Also:
- Constant Field Values
-
-