Uses of Class
org.apache.maven.archetype.metadata.ModuleDescriptor
-
Packages that use ModuleDescriptor Package Description org.apache.maven.archetype.creator org.apache.maven.archetype.metadata org.apache.maven.archetype.metadata.io.xpp3 -
-
Uses of ModuleDescriptor in org.apache.maven.archetype.creator
Methods in org.apache.maven.archetype.creator that return ModuleDescriptor Modifier and Type Method Description private ModuleDescriptorFilesetArchetypeCreator. createModule(java.util.Properties reverseProperties, java.lang.String rootArtifactId, java.lang.String moduleId, java.lang.String packageName, java.io.File basedir, java.io.File archetypeFilesDirectory, java.util.List<java.lang.String> languages, java.util.List<java.lang.String> filtereds, java.lang.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 ModuleDescriptor Modifier and Type Field Description private java.util.List<ModuleDescriptor>AbstractArchetypeDescriptor. modulesField modules.Methods in org.apache.maven.archetype.metadata that return types with arguments of type ModuleDescriptor Modifier and Type Method Description java.util.List<ModuleDescriptor>AbstractArchetypeDescriptor. getModules()Method getModules.Methods in org.apache.maven.archetype.metadata with parameters of type ModuleDescriptor Modifier and Type Method Description voidAbstractArchetypeDescriptor. addModule(ModuleDescriptor moduleDescriptor)Method addModule.voidAbstractArchetypeDescriptor. removeModule(ModuleDescriptor moduleDescriptor)Method removeModule.Method parameters in org.apache.maven.archetype.metadata with type arguments of type ModuleDescriptor Modifier and Type Method Description voidAbstractArchetypeDescriptor. setModules(java.util.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 ModuleDescriptor Modifier and Type Method Description private 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 ModuleDescriptor Modifier and Type Method Description private voidArchetypeDescriptorXpp3Writer. writeModuleDescriptor(ModuleDescriptor moduleDescriptor, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeModuleDescriptor.
-