Uses of Class
org.apache.maven.archetype.metadata.ModuleDescriptor
Packages that use ModuleDescriptor
Package
Description
-
Uses of ModuleDescriptor in org.apache.maven.archetype.creator
Methods in org.apache.maven.archetype.creator that return ModuleDescriptorModifier and TypeMethodDescriptionprivate ModuleDescriptor
FilesetArchetypeCreator.createModule
(Properties reverseProperties, String rootArtifactId, String moduleId, String packageName, File basedir, File archetypeFilesDirectory, List<String> languages, List<String> filtereds, String defaultEncoding, boolean preserveCData, boolean keepParent) -
Uses of ModuleDescriptor in org.apache.maven.archetype.metadata
Fields in org.apache.maven.archetype.metadata with type parameters of type ModuleDescriptorModifier and TypeFieldDescriptionprivate List
<ModuleDescriptor> AbstractArchetypeDescriptor.modules
Field modules.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. -
Uses of ModuleDescriptor in org.apache.maven.archetype.metadata.io.xpp3
Methods in org.apache.maven.archetype.metadata.io.xpp3 that return ModuleDescriptorModifier and TypeMethodDescriptionprivate ModuleDescriptor
ArchetypeDescriptorXpp3Reader.parseModuleDescriptor
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseModuleDescriptor.Methods in org.apache.maven.archetype.metadata.io.xpp3 with parameters of type ModuleDescriptorModifier and TypeMethodDescriptionprivate void
ArchetypeDescriptorXpp3Writer.writeModuleDescriptor
(ModuleDescriptor moduleDescriptor, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeModuleDescriptor.