Uses of Class
org.apache.maven.archetype.metadata.ArchetypeDescriptor
Packages that use ArchetypeDescriptor
Package
Description
User Interaction tooling for command-line use.
-
Uses of ArchetypeDescriptor in org.apache.maven.archetype.common
Methods in org.apache.maven.archetype.common that return ArchetypeDescriptorModifier and TypeMethodDescriptionArchetypeArtifactManager.getFileSetArchetypeDescriptor
(File archetypeFile) DefaultArchetypeArtifactManager.getFileSetArchetypeDescriptor
(File archetypeFile) private ArchetypeDescriptor
DefaultArchetypeArtifactManager.loadFileSetArchetypeDescriptor
(ZipFile zipFile) -
Uses of ArchetypeDescriptor in org.apache.maven.archetype.creator
Methods in org.apache.maven.archetype.creator with parameters of type ArchetypeDescriptorModifier and TypeMethodDescriptionprivate void
FilesetArchetypeCreator.addRequiredProperties
(ArchetypeDescriptor archetypeDescriptor, Properties properties) private void
FilesetArchetypeCreator.createArchetypeBasicIt
(ArchetypeDescriptor archetypeDescriptor, File generatedSourcesDirectory) Create an archetype IT, ie goals.txt and archetype.properties in src/test/resources/projects/basic.private Properties
FilesetArchetypeCreator.getReversedProperties
(ArchetypeDescriptor archetypeDescriptor, Properties properties) -
Uses of ArchetypeDescriptor in org.apache.maven.archetype.generator
Methods in org.apache.maven.archetype.generator with parameters of type ArchetypeDescriptorModifier and TypeMethodDescriptionprivate boolean
DefaultFilesetArchetypeGenerator.isArchetypeConfigured
(ArchetypeDescriptor archetypeDescriptor, ArchetypeGenerationRequest request) private void
DefaultFilesetArchetypeGenerator.processArchetypeTemplatesWithWarning
(ArchetypeDescriptor archetypeDescriptor, List<String> archetypeResources, ZipFile archetypeZipFile, String moduleOffset, org.apache.velocity.context.Context context, String packageName, File outputDirectoryFile) -
Uses of ArchetypeDescriptor in org.apache.maven.archetype.metadata.io.xpp3
Methods in org.apache.maven.archetype.metadata.io.xpp3 that return ArchetypeDescriptorModifier and TypeMethodDescriptionprivate ArchetypeDescriptor
ArchetypeDescriptorXpp3Reader.parseArchetypeDescriptor
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseArchetypeDescriptor.ArchetypeDescriptorXpp3Reader.read
(InputStream in) Method read.ArchetypeDescriptorXpp3Reader.read
(InputStream in, boolean strict) Method read.ArchetypeDescriptorXpp3Reader.read
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method read.Methods in org.apache.maven.archetype.metadata.io.xpp3 with parameters of type ArchetypeDescriptorModifier and TypeMethodDescriptionvoid
ArchetypeDescriptorXpp3Writer.write
(OutputStream stream, ArchetypeDescriptor archetypeDescriptor) Method write.void
ArchetypeDescriptorXpp3Writer.write
(Writer writer, ArchetypeDescriptor archetypeDescriptor) Method write.private void
ArchetypeDescriptorXpp3Writer.writeArchetypeDescriptor
(ArchetypeDescriptor archetypeDescriptor, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeArchetypeDescriptor. -
Uses of ArchetypeDescriptor in org.apache.maven.archetype.ui
Methods in org.apache.maven.archetype.ui with parameters of type ArchetypeDescriptorModifier and TypeMethodDescriptionArchetypeFactory.createArchetypeConfiguration
(ArchetypeDescriptor archetypeDescriptor, Properties properties) DefaultArchetypeFactory.createArchetypeConfiguration
(ArchetypeDescriptor archetypeDescriptor, Properties properties)