Uses of Class
org.apache.maven.archetype.old.descriptor.ArchetypeDescriptor
Packages that use ArchetypeDescriptor
Package
Description
-
Uses of ArchetypeDescriptor in org.apache.maven.archetype.common
Methods in org.apache.maven.archetype.common that return ArchetypeDescriptorModifier and TypeMethodDescriptionArchetypeArtifactManager.getOldArchetypeDescriptor
(File archetypeFile) ArchetypeArtifactManager.getOldArchetypeDescriptor
(String groupId, String artifactId, String version, org.apache.maven.artifact.repository.ArtifactRepository archetypeRepository, org.apache.maven.artifact.repository.ArtifactRepository localRepository, List<org.apache.maven.artifact.repository.ArtifactRepository> repositories, org.apache.maven.project.ProjectBuildingRequest buildingRequest) DefaultArchetypeArtifactManager.getOldArchetypeDescriptor
(File archetypeFile) DefaultArchetypeArtifactManager.getOldArchetypeDescriptor
(String groupId, String artifactId, String version, org.apache.maven.artifact.repository.ArtifactRepository archetypeRepository, org.apache.maven.artifact.repository.ArtifactRepository localRepository, List<org.apache.maven.artifact.repository.ArtifactRepository> repositories, org.apache.maven.project.ProjectBuildingRequest buildingRequest) private ArchetypeDescriptor
DefaultArchetypeArtifactManager.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 void
DefaultOldArchetype.processResources
(String outputDirectory, org.apache.velocity.context.Context context, ArchetypeDescriptor descriptor, String packageName) protected void
DefaultOldArchetype.processSiteResources
(String outputDirectory, org.apache.velocity.context.Context context, ArchetypeDescriptor descriptor, String packageName) protected void
DefaultOldArchetype.processSources
(String outputDirectory, org.apache.velocity.context.Context context, ArchetypeDescriptor descriptor, String packageName, String sourceDirectory) private void
DefaultOldArchetype.processTemplates
(File pomFile, String outputDirectory, org.apache.velocity.context.Context context, ArchetypeDescriptor descriptor, String packageName, org.apache.maven.model.Model parentModel) protected void
DefaultOldArchetype.processTestResources
(String outputDirectory, org.apache.velocity.context.Context context, ArchetypeDescriptor descriptor, String packageName) protected void
DefaultOldArchetype.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 void
ArchetypeDescriptorBuilder.addResourceToDescriptor
(org.codehaus.plexus.util.xml.Xpp3Dom resource, ArchetypeDescriptor descriptor) Adds the resource elementresource
to the list of resources in thedescriptor
and sets itsTemplateDescriptor
to filtered if the attributefiltered
was not specified or its value is"true"
, orfalse
if its value is"false"
, and the encoding specified in theencoding
attribute or the Java virtual machine's default if it is not defined.private static void
ArchetypeDescriptorBuilder.addSiteResourceToDescriptor
(org.codehaus.plexus.util.xml.Xpp3Dom siteResource, ArchetypeDescriptor descriptor) Adds the site-resource elementresource
to the list of site-resources in thedescriptor
and sets itsTemplateDescriptor
to filtered if the attributefiltered
was not specified or its value is"true"
, orfalse
if its value is"false"
, and the encoding specified in theencoding
attribute or the Java virtual machine's default if it is not defined.private static void
ArchetypeDescriptorBuilder.addSourceToDescriptor
(org.codehaus.plexus.util.xml.Xpp3Dom source, ArchetypeDescriptor descriptor) Adds the source elementsource
to the list of sources in thedescriptor
and sets itsTemplateDescriptor
to filtered and with the encoding specified in theencoding
attribute or the Java virtual machine's default if it is not defined.private static void
ArchetypeDescriptorBuilder.addTestResourceToDescriptor
(org.codehaus.plexus.util.xml.Xpp3Dom testResource, ArchetypeDescriptor descriptor) Adds the test-resource elementresource
to the list of test-resources in thedescriptor
and sets itsTemplateDescriptor
to filtered if the attributefiltered
was not specified or its value is"true"
, orfalse
if its value is"false"
, and the encoding specified in theencoding
attribute or the Java virtual machine's default if it is not defined.private static void
ArchetypeDescriptorBuilder.addTestSourceToDescriptor
(org.codehaus.plexus.util.xml.Xpp3Dom testSource, ArchetypeDescriptor descriptor) Adds the test-source elementsource
to the list of sources in thedescriptor
and sets itsTemplateDescriptor
to filtered and with the encoding specified in theencoding
attribute or the Java virtual machine's default if it is not defined.