Uses of Interface
io.helidon.pico.tools.ModuleInfoDescriptor
Packages that use ModuleInfoDescriptor
Package
Description
Internal tooling for the pico maven plugin.
Pico Tools.
-
Uses of ModuleInfoDescriptor in io.helidon.pico.maven.plugin
Methods in io.helidon.pico.maven.plugin with parameters of type ModuleInfoDescriptorModifier and TypeMethodDescriptionprotected StringAbstractCreatorMojo.determinePackageName(Optional<ServiceProvider<Module>> optModuleSp, Collection<TypeName> typeNames, ModuleInfoDescriptor descriptor, boolean persistIt) Determines the primary package name (which also typically doubles as the application name). -
Uses of ModuleInfoDescriptor in io.helidon.pico.tools
Methods in io.helidon.pico.tools that return ModuleInfoDescriptorModifier and TypeMethodDescriptionstatic ModuleInfoDescriptorModuleInfoDescriptor.create(InputStream is) Loads and creates themodule-infodescriptor given its source input stream.static ModuleInfoDescriptorModuleInfoDescriptor.create(InputStream is, ModuleInfoDescriptor.Ordering ordering) Loads and creates themodule-infodescriptor given its input stream.static ModuleInfoDescriptorLoads and creates themodule-infodescriptor given its literal source.static ModuleInfoDescriptorModuleInfoDescriptor.create(String moduleInfo, ModuleInfoDescriptor.Ordering ordering) Loads and creates themodule-infodescriptor given its literal source and preferred ordering scheme.static ModuleInfoDescriptorLoads and creates themodule-infodescriptor given its source file location.static ModuleInfoDescriptorModuleInfoDescriptor.create(Path path, ModuleInfoDescriptor.Ordering ordering) Loads and creates themodule-infodescriptor given its source file location and preferred ordering scheme.default ModuleInfoDescriptorModuleInfoDescriptor.mergeCreate(ModuleInfoDescriptor another) Provides the ability to create a new merged descriptor using this as the basis, and then combining another into it in order to create a new descriptor.Methods in io.helidon.pico.tools that return types with arguments of type ModuleInfoDescriptorModifier and TypeMethodDescriptionModuleDetail.descriptor()The descriptor cooresponding to anyModuleDetail.moduleInfoBody().Methods in io.helidon.pico.tools with parameters of type ModuleInfoDescriptorModifier and TypeMethodDescriptionvoidServicesToProcess.lastKnownModuleInfoDescriptor(ModuleInfoDescriptor descriptor) The last known descriptor being processed.default ModuleInfoDescriptorModuleInfoDescriptor.mergeCreate(ModuleInfoDescriptor another) Provides the ability to create a new merged descriptor using this as the basis, and then combining another into it in order to create a new descriptor.static StringModuleUtils.toSuggestedGeneratedPackageName(ModuleInfoDescriptor descriptor, Collection<TypeName> typeNames, String defaultPackageName) Returns the suggested package name to use.