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 void
DefaultFilesetArchetypeGenerator.processArchetypeTemplates
(AbstractArchetypeDescriptor archetypeDescriptor, List<String> archetypeResources, ZipFile archetypeZipFile, String moduleOffset, org.apache.velocity.context.Context context, String packageName, File outputDirectoryFile) private void
DefaultFilesetArchetypeGenerator.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 void
DefaultFilesetArchetypeGenerator.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 void
DefaultFilesetArchetypeGenerator.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 TypeClassDescriptionclass
Class ArchetypeDescriptor.class
Class 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 AbstractArchetypeDescriptor
ArchetypeDescriptorXpp3Reader.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 void
ArchetypeDescriptorXpp3Writer.writeAbstractArchetypeDescriptor
(AbstractArchetypeDescriptor abstractArchetypeDescriptor, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeAbstractArchetypeDescriptor.