- All Superinterfaces:
GeneralCodeGenNames,GeneralCreatorResponse
The result of calling
ActivatorCreator assuming no errors are thrown.-
Method Summary
Modifier and TypeMethodDescriptionSet if the application stub was requested to have been created.The configuration options that were applied.The module-info detail, if a module was created.return The interceptors that were generated.Methods inherited from interface io.helidon.pico.tools.GeneralCodeGenNames
moduleName, packageName, templateNameMethods inherited from interface io.helidon.pico.tools.GeneralCreatorResponse
error, metaInfServices, serviceTypeDetails, serviceTypeNames, success
-
Method Details
-
getConfigOptions
ActivatorCreatorConfigOptions getConfigOptions()The configuration options that were applied.- Returns:
- config options
-
serviceTypeInterceptorPlans
Map<TypeName,InterceptionPlan> serviceTypeInterceptorPlans()return The interceptors that were generated.- Returns:
- interceptors generated
-
moduleDetail
Optional<ModuleDetail> moduleDetail()The module-info detail, if a module was created.- Returns:
- any module-info detail created
-
applicationTypeName
Set if the application stub was requested to have been created.- Returns:
- the application name that was created
-