Uses of Class
org.apache.maven.archetype.old.descriptor.ArchetypeDescriptor
-
Packages that use ArchetypeDescriptor Package Description org.apache.maven.archetype.common org.apache.maven.archetype.old org.apache.maven.archetype.old.descriptor -
-
Uses of ArchetypeDescriptor in org.apache.maven.archetype.common
Methods in org.apache.maven.archetype.common that return ArchetypeDescriptor Modifier and Type Method Description ArchetypeDescriptor
ArchetypeArtifactManager. getOldArchetypeDescriptor(java.io.File archetypeFile)
ArchetypeDescriptor
ArchetypeArtifactManager. getOldArchetypeDescriptor(java.lang.String groupId, java.lang.String artifactId, java.lang.String version, org.apache.maven.artifact.repository.ArtifactRepository archetypeRepository, org.apache.maven.artifact.repository.ArtifactRepository localRepository, java.util.List<org.apache.maven.artifact.repository.ArtifactRepository> repositories, org.apache.maven.project.ProjectBuildingRequest buildingRequest)
ArchetypeDescriptor
DefaultArchetypeArtifactManager. getOldArchetypeDescriptor(java.io.File archetypeFile)
ArchetypeDescriptor
DefaultArchetypeArtifactManager. getOldArchetypeDescriptor(java.lang.String groupId, java.lang.String artifactId, java.lang.String version, org.apache.maven.artifact.repository.ArtifactRepository archetypeRepository, org.apache.maven.artifact.repository.ArtifactRepository localRepository, java.util.List<org.apache.maven.artifact.repository.ArtifactRepository> repositories, org.apache.maven.project.ProjectBuildingRequest buildingRequest)
private ArchetypeDescriptor
DefaultArchetypeArtifactManager. loadOldArchetypeDescriptor(java.util.zip.ZipFile zipFile)
-
Uses of ArchetypeDescriptor in org.apache.maven.archetype.old
Methods in org.apache.maven.archetype.old with parameters of type ArchetypeDescriptor Modifier and Type Method Description protected void
DefaultOldArchetype. processResources(java.lang.String outputDirectory, org.apache.velocity.context.Context context, ArchetypeDescriptor descriptor, java.lang.String packageName)
protected void
DefaultOldArchetype. processSiteResources(java.lang.String outputDirectory, org.apache.velocity.context.Context context, ArchetypeDescriptor descriptor, java.lang.String packageName)
protected void
DefaultOldArchetype. processSources(java.lang.String outputDirectory, org.apache.velocity.context.Context context, ArchetypeDescriptor descriptor, java.lang.String packageName, java.lang.String sourceDirectory)
private void
DefaultOldArchetype. processTemplates(java.io.File pomFile, java.lang.String outputDirectory, org.apache.velocity.context.Context context, ArchetypeDescriptor descriptor, java.lang.String packageName, org.apache.maven.model.Model parentModel)
protected void
DefaultOldArchetype. processTestResources(java.lang.String outputDirectory, org.apache.velocity.context.Context context, ArchetypeDescriptor descriptor, java.lang.String packageName)
protected void
DefaultOldArchetype. processTestSources(java.lang.String outputDirectory, org.apache.velocity.context.Context context, ArchetypeDescriptor descriptor, java.lang.String packageName, java.lang.String testSourceDirectory)
-
Uses of ArchetypeDescriptor in org.apache.maven.archetype.old.descriptor
Methods in org.apache.maven.archetype.old.descriptor that return ArchetypeDescriptor Modifier and Type Method Description ArchetypeDescriptor
ArchetypeDescriptorBuilder. build(java.io.Reader reader)
Methods in org.apache.maven.archetype.old.descriptor with parameters of type ArchetypeDescriptor Modifier and Type Method Description private 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.
-