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 ArchetypeDescriptorDefaultArchetypeArtifactManager.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 voidFilesetArchetypeCreator.addRequiredProperties(ArchetypeDescriptor archetypeDescriptor, Properties properties) private voidFilesetArchetypeCreator.createArchetypeBasicIt(ArchetypeDescriptor archetypeDescriptor, File generatedSourcesDirectory) Create an archetype IT, ie goals.txt and archetype.properties in src/test/resources/projects/basic.private PropertiesFilesetArchetypeCreator.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 booleanDefaultFilesetArchetypeGenerator.isArchetypeConfigured(ArchetypeDescriptor archetypeDescriptor, ArchetypeGenerationRequest request) private voidDefaultFilesetArchetypeGenerator.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 ArchetypeDescriptorArchetypeDescriptorXpp3Reader.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 TypeMethodDescriptionvoidArchetypeDescriptorXpp3Writer.write(OutputStream stream, ArchetypeDescriptor archetypeDescriptor) Method write.voidArchetypeDescriptorXpp3Writer.write(Writer writer, ArchetypeDescriptor archetypeDescriptor) Method write.private voidArchetypeDescriptorXpp3Writer.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)