Uses of Class
org.apache.maven.archetype.metadata.ModuleDescriptor
Packages that use ModuleDescriptor
-
Uses of ModuleDescriptor in org.apache.maven.archetype.metadata
Methods in org.apache.maven.archetype.metadata that return types with arguments of type ModuleDescriptorMethods in org.apache.maven.archetype.metadata with parameters of type ModuleDescriptorModifier and TypeMethodDescriptionvoid
AbstractArchetypeDescriptor.addModule
(ModuleDescriptor moduleDescriptor) Method addModule.void
AbstractArchetypeDescriptor.removeModule
(ModuleDescriptor moduleDescriptor) Method removeModule.Method parameters in org.apache.maven.archetype.metadata with type arguments of type ModuleDescriptorModifier and TypeMethodDescriptionvoid
AbstractArchetypeDescriptor.setModules
(List<ModuleDescriptor> modules) Set modules definition.