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 void
DefaultOldArchetype.processTemplate
(String outputDirectory, org.apache.velocity.context.Context context, String template, TemplateDescriptor descriptor, boolean packageInFileName, String packageName) protected void
DefaultOldArchetype.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.resourcesDescriptors
Map
that associates the items in theList
resources
with their attributes (instances ofTemplateDescriptor
.private Map
<String, TemplateDescriptor> ArchetypeDescriptor.siteResourcesDescriptors
Map
that associates the items in theList
siteResources
with their attributes (instances ofTemplateDescriptor
.private Map
<String, TemplateDescriptor> ArchetypeDescriptor.sourcesDescriptors
Map
that associates the items in theList
sources
with their attributes (instances ofTemplateDescriptor
.private Map
<String, TemplateDescriptor> ArchetypeDescriptor.testResourcesDescriptors
Map
that associates the items in theList
testResources
with their attributes (instances ofTemplateDescriptor
.private Map
<String, TemplateDescriptor> ArchetypeDescriptor.testSourcesDescriptors
Map
that associates the items in theList
testSources
with 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 TypeMethodDescriptionvoid
ArchetypeDescriptor.putResourceDescriptor
(String resource, TemplateDescriptor descriptor) void
ArchetypeDescriptor.putSiteResourceDescriptor
(String siteResource, TemplateDescriptor descriptor) void
ArchetypeDescriptor.putSourceDescriptor
(String source, TemplateDescriptor descriptor) void
ArchetypeDescriptor.putTestResourceDescriptor
(String testResource, TemplateDescriptor descriptor) void
ArchetypeDescriptor.putTestSourceDescriptor
(String testSource, TemplateDescriptor descriptor)