Convention class for AsakusafwPlugin.
| Modifiers | Name | Description |
|---|---|---|
static class |
AsakusafwPluginConvention.CompilerConfiguration |
DSL compiler settings for building Asakusa batch applications. |
static class |
AsakusafwPluginConvention.CoreConfiguration |
Asakusa SDK core settings. |
static class |
AsakusafwPluginConvention.DmdlConfiguration |
DMDL settings for building Asakusa batch applications. |
static class |
AsakusafwPluginConvention.JavacConfiguration |
Java compiler settings for building Asakusa batch applications. |
static class |
AsakusafwPluginConvention.ModelgenConfiguration |
Model Generator settings for building Asakusa batch applications. |
static class |
AsakusafwPluginConvention.TestToolsConfiguration |
Test tools settings for building Asakusa batch applications. |
| Type | Name and description |
|---|---|
static java.lang.Object |
CONVENTION_SCHEMA_VERSIONSchema version of this convention. |
java.lang.String |
asakusafwVersionAsakusa Framework Version. |
java.lang.String |
basePackageThe base Java package name used in Asakusa Framework code generation. |
AsakusafwPluginConvention.CompilerConfiguration |
compilerDSL compiler settings. |
java.lang.String |
conventionSchemaVersionThe schema version of this convention. |
AsakusafwPluginConvention.CoreConfiguration |
coreCore settings. |
AsakusafwPluginConvention.DmdlConfiguration |
dmdlDMDL settings. |
AsakusafwPluginConvention.JavacConfiguration |
javacJava compiler settings. |
java.lang.String |
logbackConfLogback configuration file path. |
java.lang.String |
maxHeapSizeMaximum heap size for Model Generator process. |
AsakusafwPluginConvention.ModelgenConfiguration |
modelgenModel generator settings. |
AsakusafwSdkExtension |
sdkSDK settings. |
AsakusafwPluginConvention.TestToolsConfiguration |
testtoolsTest tools settings. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.Object |
getConventionProperties() |
|
java.lang.String |
toString() |
|
java.lang.String |
toStringDelegate() |
| 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() |
Schema version of this convention.
Asakusa Framework Version. This property must be specified in project configuration.
asakusafw.core.version insteadThe base Java package name used in Asakusa Framework code generation.
project.group DSL compiler settings.
The schema version of this convention.
Core settings.
DMDL settings.
Java compiler settings.
Logback configuration file path.
"src/${project.sourceSets.test.name}/resources/logback-test.xml" Maximum heap size for Model Generator process.
'1024m' Model generator settings.
SDK settings.
Test tools settings.