This is the extension object for the Intershop WSDL plugin.
| Type | Name and description |
|---|---|
static java.lang.String |
CODEGEN_DEFAULT_OUTPUTPATHDefault output path |
static java.lang.String |
DEFAULT_SOURCESET_NAMEDefault source set name |
static java.lang.String |
WSDLAXIS1_CONFIGURATION_NAMEDependency configuration name axis1 |
static java.lang.String |
WSDLAXIS2_CONFIGURATION_NAMEDependency configuration name axis2 |
static java.lang.String |
WSDL_EXTENSION_NAMEExtension name |
static java.lang.String |
WSDL_TASK_GROUPTask group name |
org.gradle.api.NamedDomainObjectContainer<Axis1> |
axis1Container for axis1 generation configurations |
org.gradle.api.NamedDomainObjectContainer<Axis2> |
axis2Container for axis2 generation configurations |
| Constructor and description |
|---|
WSDLExtension
(org.gradle.api.Project project)Initialize 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() |
Default output path
Default source set name
Dependency configuration name axis1
Dependency configuration name axis2
Extension name
Task group name
Container for axis1 generation configurations
Container for axis2 generation configurations
Initialize the extension.
Closure with the configuration of axis1 code generation configurations
closure - with axis1 code generation configurationsClosure with the configuration of axis2 code generation configurations
closure - with axis2 code generation configurationsGroovy Documentation