Uses of Class
org.apache.maven.archetype.old.ArchetypeTemplateProcessingException
Packages that use ArchetypeTemplateProcessingException
Package
Description
-
Uses of ArchetypeTemplateProcessingException in org.apache.maven.archetype.common
Methods in org.apache.maven.archetype.common that throw ArchetypeTemplateProcessingException -
Uses of ArchetypeTemplateProcessingException in org.apache.maven.archetype.common.util
Methods in org.apache.maven.archetype.common.util that throw ArchetypeTemplateProcessingExceptionModifier and TypeMethodDescriptionstatic booleanPomUtils.addNewModule(String artifactId, Reader fileReader, Writer fileWriter) Adds moduleartifactIdunless the module already presents infileReader. -
Uses of ArchetypeTemplateProcessingException in org.apache.maven.archetype.old
Methods in org.apache.maven.archetype.old that throw ArchetypeTemplateProcessingExceptionModifier and TypeMethodDescription(package private) static booleanDefaultOldArchetype.addModuleToParentPom(String artifactId, Reader fileReader, Writer fileWriter) voidDefaultOldArchetype.createArchetype(ArchetypeGenerationRequest request) voidDefaultOldArchetype.createArchetype(ArchetypeGenerationRequest request, File archetypeFile) voidOldArchetype.createArchetype(ArchetypeGenerationRequest request) Download an archetype then create a project from it.voidOldArchetype.createArchetype(ArchetypeGenerationRequest request, File archetypeFile) Create a project from an archetype file.protected 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.processTemplate(String outputDirectory, org.apache.velocity.context.Context context, String template, TemplateDescriptor descriptor, boolean packageInFileName, String packageName) protected voidDefaultOldArchetype.processTemplate(String outputDirectory, org.apache.velocity.context.Context context, String template, TemplateDescriptor descriptor, boolean packageInFileName, 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)