Package io.mateo.cxf.codegen.workers
Interface CodegenParameters
- All Superinterfaces:
WorkParameters
Parameters for a code generation tool such as
wsdl2java or wsdl2js.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.workers.WorkParameters
WorkParameters.None -
Method Summary
Modifier and TypeMethodDescriptionGets the command-line options holder for the code generation tool.Gets the project directory.
-
Method Details
-
getOption
Gets the command-line options holder for the code generation tool.- Returns:
- the option
-
getProjectDirectory
DirectoryProperty getProjectDirectory()Gets the project directory.- Returns:
- the project directory
-