Package io.mateo.cxf.codegen
Class CxfCodegenPlugin
- java.lang.Object
-
- io.mateo.cxf.codegen.CxfCodegenPlugin
-
-
Field Summary
Fields Modifier and Type Field Description static StringCXF_CODEGEN_CONFIGURATION_NAMEName of theConfigurationwhere dependencies are used for code generation.static StringCXF_CODEGEN_EXTENSION_NAMEName of the extension contributed by this plugin.static StringWSDL2JAVA_GROUPGroup name that allWsdl2JavaTasktasks belong to.static StringWSDL2JAVA_TASK_NAMETask name to execute allWsdl2JavaTasktasks.
-
Constructor Summary
Constructors Constructor Description CxfCodegenPlugin()
-
-
-
Field Detail
-
CXF_CODEGEN_CONFIGURATION_NAME
public static final String CXF_CODEGEN_CONFIGURATION_NAME
Name of theConfigurationwhere dependencies are used for code generation.- See Also:
- Constant Field Values
-
CXF_CODEGEN_EXTENSION_NAME
public static final String CXF_CODEGEN_EXTENSION_NAME
Name of the extension contributed by this plugin.- See Also:
- Constant Field Values
-
WSDL2JAVA_TASK_NAME
public static final String WSDL2JAVA_TASK_NAME
Task name to execute allWsdl2JavaTasktasks.- See Also:
- Constant Field Values
-
WSDL2JAVA_GROUP
public static final String WSDL2JAVA_GROUP
Group name that allWsdl2JavaTasktasks belong to.- See Also:
- Constant Field Values
-
-