Uses of Class
org.apache.maven.archetype.metadata.AbstractArchetypeDescriptor
Packages that use AbstractArchetypeDescriptor
Package
Description
-
Uses of AbstractArchetypeDescriptor in org.apache.maven.archetype.generator
Methods in org.apache.maven.archetype.generator with parameters of type AbstractArchetypeDescriptorModifier and TypeMethodDescriptionprivate voidDefaultFilesetArchetypeGenerator.processArchetypeTemplates(AbstractArchetypeDescriptor archetypeDescriptor, List<String> archetypeResources, ZipFile archetypeZipFile, String moduleOffset, org.apache.velocity.context.Context context, String packageName, File outputDirectoryFile) private voidDefaultFilesetArchetypeGenerator.processFilesetModule(String rootArtifactId, String artifactId, List<String> archetypeResources, File pom, ZipFile archetypeZipFile, String moduleOffset, File basedirPom, File outputDirectoryFile, String packageName, AbstractArchetypeDescriptor archetypeDescriptor, org.apache.velocity.context.Context context) private voidDefaultFilesetArchetypeGenerator.processFilesetProject(AbstractArchetypeDescriptor archetypeDescriptor, String moduleId, List<String> archetypeResources, File pom, ZipFile archetypeZipFile, String moduleOffset, org.apache.velocity.context.Context context, String packageName, File outputDirectoryFile, File basedirPom) private voidDefaultFilesetArchetypeGenerator.processTemplates(String packageName, File outputDirectoryFile, org.apache.velocity.context.Context context, AbstractArchetypeDescriptor archetypeDescriptor, List<String> archetypeResources, ZipFile archetypeZipFile, String moduleOffset, boolean failIfExists) -
Uses of AbstractArchetypeDescriptor in org.apache.maven.archetype.metadata
Subclasses of AbstractArchetypeDescriptor in org.apache.maven.archetype.metadataModifier and TypeClassDescriptionclassClass ArchetypeDescriptor.classClass ModuleDescriptor. -
Uses of AbstractArchetypeDescriptor in org.apache.maven.archetype.metadata.io.xpp3
Methods in org.apache.maven.archetype.metadata.io.xpp3 that return AbstractArchetypeDescriptorModifier and TypeMethodDescriptionprivate AbstractArchetypeDescriptorArchetypeDescriptorXpp3Reader.parseAbstractArchetypeDescriptor(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseAbstractArchetypeDescriptor.Methods in org.apache.maven.archetype.metadata.io.xpp3 with parameters of type AbstractArchetypeDescriptorModifier and TypeMethodDescriptionprivate voidArchetypeDescriptorXpp3Writer.writeAbstractArchetypeDescriptor(AbstractArchetypeDescriptor abstractArchetypeDescriptor, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeAbstractArchetypeDescriptor.