Uses of Class
org.apache.maven.archetype.old.descriptor.TemplateDescriptor
Packages that use TemplateDescriptor
-
Uses of TemplateDescriptor in org.apache.maven.archetype.old
Methods in org.apache.maven.archetype.old with parameters of type TemplateDescriptorModifier and TypeMethodDescriptionprivate 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) -
Uses of TemplateDescriptor in org.apache.maven.archetype.old.descriptor
Fields in org.apache.maven.archetype.old.descriptor with type parameters of type TemplateDescriptorModifier and TypeFieldDescriptionprivate Map<String, TemplateDescriptor> ArchetypeDescriptor.resourcesDescriptorsMapthat associates the items in theListresourceswith their attributes (instances ofTemplateDescriptor.private Map<String, TemplateDescriptor> ArchetypeDescriptor.siteResourcesDescriptorsMapthat associates the items in theListsiteResourceswith their attributes (instances ofTemplateDescriptor.private Map<String, TemplateDescriptor> ArchetypeDescriptor.sourcesDescriptorsMapthat associates the items in theListsourceswith their attributes (instances ofTemplateDescriptor.private Map<String, TemplateDescriptor> ArchetypeDescriptor.testResourcesDescriptorsMapthat associates the items in theListtestResourceswith their attributes (instances ofTemplateDescriptor.private Map<String, TemplateDescriptor> ArchetypeDescriptor.testSourcesDescriptorsMapthat associates the items in theListtestSourceswith their attributes (instances ofTemplateDescriptor.Methods in org.apache.maven.archetype.old.descriptor that return TemplateDescriptorModifier and TypeMethodDescriptionArchetypeDescriptor.getResourceDescriptor(String resource) ArchetypeDescriptor.getSiteResourceDescriptor(String siteResource) ArchetypeDescriptor.getSourceDescriptor(String source) ArchetypeDescriptor.getTestResourceDescriptor(String testResource) ArchetypeDescriptor.getTestSourceDescriptor(String testSource) Methods in org.apache.maven.archetype.old.descriptor that return types with arguments of type TemplateDescriptorModifier and TypeMethodDescriptionArchetypeDescriptor.getReourcesDescriptors()ArchetypeDescriptor.getSiteReourcesDescriptors()ArchetypeDescriptor.getSourcesDescriptors()ArchetypeDescriptor.getTestReourcesDescriptors()ArchetypeDescriptor.getTestSourcesDescriptors()Methods in org.apache.maven.archetype.old.descriptor with parameters of type TemplateDescriptorModifier and TypeMethodDescriptionvoidArchetypeDescriptor.putResourceDescriptor(String resource, TemplateDescriptor descriptor) voidArchetypeDescriptor.putSiteResourceDescriptor(String siteResource, TemplateDescriptor descriptor) voidArchetypeDescriptor.putSourceDescriptor(String source, TemplateDescriptor descriptor) voidArchetypeDescriptor.putTestResourceDescriptor(String testResource, TemplateDescriptor descriptor) voidArchetypeDescriptor.putTestSourceDescriptor(String testSource, TemplateDescriptor descriptor)