Uses of Class
org.apache.maven.archetype.old.descriptor.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.getOldArchetypeDescriptor(File archetypeFile) DefaultArchetypeArtifactManager.getOldArchetypeDescriptor(File archetypeFile) private ArchetypeDescriptorDefaultArchetypeArtifactManager.loadOldArchetypeDescriptor(ZipFile zipFile) -
Uses of ArchetypeDescriptor in org.apache.maven.archetype.old
Methods in org.apache.maven.archetype.old with parameters of type ArchetypeDescriptorModifier and TypeMethodDescriptionprotected voidDefaultOldArchetype.processResources(String outputDirectory, org.apache.velocity.context.Context context, ArchetypeDescriptor descriptor, String packageName) protected voidDefaultOldArchetype.processSiteResources(String outputDirectory, org.apache.velocity.context.Context context, ArchetypeDescriptor descriptor, String packageName) protected voidDefaultOldArchetype.processSources(String outputDirectory, org.apache.velocity.context.Context context, ArchetypeDescriptor descriptor, String packageName, String sourceDirectory) private voidDefaultOldArchetype.processTemplates(File pomFile, String outputDirectory, org.apache.velocity.context.Context context, ArchetypeDescriptor descriptor, String packageName, org.apache.maven.model.Model parentModel) protected voidDefaultOldArchetype.processTestResources(String outputDirectory, org.apache.velocity.context.Context context, ArchetypeDescriptor descriptor, String packageName) protected voidDefaultOldArchetype.processTestSources(String outputDirectory, org.apache.velocity.context.Context context, ArchetypeDescriptor descriptor, String packageName, String testSourceDirectory) -
Uses of ArchetypeDescriptor in org.apache.maven.archetype.old.descriptor
Methods in org.apache.maven.archetype.old.descriptor that return ArchetypeDescriptorModifier and TypeMethodDescriptionMethods in org.apache.maven.archetype.old.descriptor with parameters of type ArchetypeDescriptorModifier and TypeMethodDescriptionprivate static voidArchetypeDescriptorBuilder.addResourceToDescriptor(org.codehaus.plexus.util.xml.Xpp3Dom resource, ArchetypeDescriptor descriptor) Adds the resource elementresourceto the list of resources in thedescriptorand sets itsTemplateDescriptorto filtered if the attributefilteredwas not specified or its value is"true", orfalseif its value is"false", and the encoding specified in theencodingattribute or the Java virtual machine's default if it is not defined.private static voidArchetypeDescriptorBuilder.addSiteResourceToDescriptor(org.codehaus.plexus.util.xml.Xpp3Dom siteResource, ArchetypeDescriptor descriptor) Adds the site-resource elementresourceto the list of site-resources in thedescriptorand sets itsTemplateDescriptorto filtered if the attributefilteredwas not specified or its value is"true", orfalseif its value is"false", and the encoding specified in theencodingattribute or the Java virtual machine's default if it is not defined.private static voidArchetypeDescriptorBuilder.addSourceToDescriptor(org.codehaus.plexus.util.xml.Xpp3Dom source, ArchetypeDescriptor descriptor) Adds the source elementsourceto the list of sources in thedescriptorand sets itsTemplateDescriptorto filtered and with the encoding specified in theencodingattribute or the Java virtual machine's default if it is not defined.private static voidArchetypeDescriptorBuilder.addTestResourceToDescriptor(org.codehaus.plexus.util.xml.Xpp3Dom testResource, ArchetypeDescriptor descriptor) Adds the test-resource elementresourceto the list of test-resources in thedescriptorand sets itsTemplateDescriptorto filtered if the attributefilteredwas not specified or its value is"true", orfalseif its value is"false", and the encoding specified in theencodingattribute or the Java virtual machine's default if it is not defined.private static voidArchetypeDescriptorBuilder.addTestSourceToDescriptor(org.codehaus.plexus.util.xml.Xpp3Dom testSource, ArchetypeDescriptor descriptor) Adds the test-source elementsourceto the list of sources in thedescriptorand sets itsTemplateDescriptorto filtered and with the encoding specified in theencodingattribute or the Java virtual machine's default if it is not defined. -
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)