- All Superinterfaces:
GeneralCodeGenNames
- All Known Subinterfaces:
ActivatorCreatorResponse,ApplicationCreatorResponse,ExternalModuleCreatorResponse
General base interface for any codegen-related create activity.
-
Method Summary
Modifier and TypeMethodDescriptionerror()Any error that was caught during processing.The META-INF services entries.Map<TypeName,? extends GeneralCodeGenDetail> The detailed information generated for those service type involved in code generation.The services that were generated.booleansuccess()Flag to indicate a success or failure.Methods inherited from interface io.helidon.pico.tools.GeneralCodeGenNames
moduleName, packageName, templateName
-
Method Details
-
success
boolean success()Flag to indicate a success or failure.- Returns:
- success flag
-
error
Any error that was caught during processing.- Returns:
- any error that was thrown
-
serviceTypeNames
The services that were generated.- Returns:
- the services that were generated
-
serviceTypeDetails
Map<TypeName,? extends GeneralCodeGenDetail> serviceTypeDetails()The detailed information generated for those service type involved in code generation.- Returns:
- map of service type names to generated details
-
metaInfServices
The META-INF services entries.- Returns:
- the META-INF services entries
-