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 ModuleDescriptorFilesetArchetypeCreator.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.modulesField 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 TypeMethodDescriptionvoidAbstractArchetypeDescriptor.addModule(ModuleDescriptor moduleDescriptor) Method addModule.voidAbstractArchetypeDescriptor.removeModule(ModuleDescriptor moduleDescriptor) Method removeModule.Method parameters in org.apache.maven.archetype.metadata with type arguments of type ModuleDescriptorModifier and TypeMethodDescriptionvoidAbstractArchetypeDescriptor.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 ModuleDescriptorArchetypeDescriptorXpp3Reader.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 voidArchetypeDescriptorXpp3Writer.writeModuleDescriptor(ModuleDescriptor moduleDescriptor, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeModuleDescriptor.