Uses of Class
org.apache.maven.archetype.old.descriptor.ArchetypeDescriptor

Packages that use ArchetypeDescriptor
  • Uses of ArchetypeDescriptor in org.apache.maven.archetype.common

    Modifier and Type
    Method
    Description
    ArchetypeArtifactManager.getOldArchetypeDescriptor(java.io.File archetypeFile)
     
    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)
     
    DefaultArchetypeArtifactManager.getOldArchetypeDescriptor(java.io.File archetypeFile)
     
    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)
     
    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

    Modifier and Type
    Method
    Description
    ArchetypeDescriptorBuilder.build(java.io.Reader reader)
     
    Modifier and Type
    Method
    Description
    private static void
    ArchetypeDescriptorBuilder.addResourceToDescriptor(org.codehaus.plexus.util.xml.Xpp3Dom resource, ArchetypeDescriptor descriptor)
    Adds the resource element resource to the list of resources in the descriptor and sets its TemplateDescriptor to filtered if the attribute filtered was not specified or its value is "true", or false if its value is "false", and the encoding specified in the encoding 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 element resource to the list of site-resources in the descriptor and sets its TemplateDescriptor to filtered if the attribute filtered was not specified or its value is "true", or false if its value is "false", and the encoding specified in the encoding 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 element source to the list of sources in the descriptor and sets its TemplateDescriptor to filtered and with the encoding specified in the encoding 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 element resource to the list of test-resources in the descriptor and sets its TemplateDescriptor to filtered if the attribute filtered was not specified or its value is "true", or false if its value is "false", and the encoding specified in the encoding 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 element source to the list of sources in the descriptor and sets its TemplateDescriptor to filtered and with the encoding specified in the encoding attribute or the Java virtual machine's default if it is not defined.