class AsakusafwBasePlugin extends java.lang.Object
Base class of Asakusa Framework Gradle Plugin.
Type | Name and description |
---|---|
static java.lang.String |
TASK_UPGRADE The task name of printing versions information. |
static java.lang.String |
TASK_VERSIONS The task name of printing versions information. |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
apply(org.gradle.api.Project project) |
|
static AsakusafwBaseExtension |
get(org.gradle.api.Project project) Applies this plug-in and returns the extension object for the project. |
|
AsakusafwBaseExtension |
getExtension() Returns the extension. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
The task name of printing versions information.
The task name of printing versions information.
Applies this plug-in and returns the extension object for the project.
project
- the target projectReturns the extension.