Package io.mateo.cxf.codegen
Interface GenericWsdlOption
-
- All Known Subinterfaces:
Option
- All Known Implementing Classes:
WsdlOption
@Deprecated public interface GenericWsdlOption
Deprecated.since 1.0.0 for removal in 1.1.0 in favor ofWsdl2JavatasksBase interface for WSDL options.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description DirectoryPropertygetOutputDir()Deprecated.Specifies the directory the generated code files are written.
-
-
-
Method Detail
-
getOutputDir
DirectoryProperty getOutputDir()
Deprecated.Specifies the directory the generated code files are written.If not set, the convention is
"${project.buildDir}/generated-sources"- Returns:
- output directory
-
-