Package io.mateo.cxf.codegen.workers
Interface Option
- All Superinterfaces:
Named
- All Known Subinterfaces:
Wsdl2JavaOption,Wsdl2JsOption
Base option for WSDL to code generation tools.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
Named.Namer -
Method Summary
-
Method Details
-
getName
-
getWsdl
The WSDL to process. The value can either be a direct path to a file on a local system or URL to a remote file.- Returns:
- wsdl file
-
getOutputDirectory
Specifies the directory the generated code files are written.If not set, the convention is
"build/$name-wsdl2{tool}-generated-sources"- Returns:
- output directory
-