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, java.util.List<java.lang.String> archetypeResources, java.util.zip.ZipFile archetypeZipFile, java.lang.String moduleOffset, org.apache.velocity.context.Context context, java.lang.String packageName, java.io.File outputDirectoryFile) private void
DefaultFilesetArchetypeGenerator.processFilesetModule
(java.lang.String rootArtifactId, java.lang.String artifactId, java.util.List<java.lang.String> archetypeResources, java.io.File pom, java.util.zip.ZipFile archetypeZipFile, java.lang.String moduleOffset, java.io.File basedirPom, java.io.File outputDirectoryFile, java.lang.String packageName, AbstractArchetypeDescriptor archetypeDescriptor, org.apache.velocity.context.Context context) private void
DefaultFilesetArchetypeGenerator.processFilesetProject
(AbstractArchetypeDescriptor archetypeDescriptor, java.lang.String moduleId, java.util.List<java.lang.String> archetypeResources, java.io.File pom, java.util.zip.ZipFile archetypeZipFile, java.lang.String moduleOffset, org.apache.velocity.context.Context context, java.lang.String packageName, java.io.File outputDirectoryFile, java.io.File basedirPom) private void
DefaultFilesetArchetypeGenerator.processTemplates
(java.lang.String packageName, java.io.File outputDirectoryFile, org.apache.velocity.context.Context context, AbstractArchetypeDescriptor archetypeDescriptor, java.util.List<java.lang.String> archetypeResources, java.util.zip.ZipFile archetypeZipFile, java.lang.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, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeAbstractArchetypeDescriptor.