Package | Description |
---|---|
org.apache.maven.archetype.common | |
org.apache.maven.archetype.old | |
org.apache.maven.archetype.old.descriptor | |
org.apache.maven.archetype.ui |
User Interaction tooling for command-line use.
|
Modifier and Type | Method and Description |
---|---|
ArchetypeDescriptor |
ArchetypeArtifactManager.getOldArchetypeDescriptor(java.io.File archetypeFile) |
ArchetypeDescriptor |
DefaultArchetypeArtifactManager.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.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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
ArchetypeDescriptor |
ArchetypeDescriptorBuilder.build(java.io.Reader reader) |
Modifier and Type | Method and 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. |
Modifier and Type | Method and Description |
---|---|
ArchetypeConfiguration |
ArchetypeFactory.createArchetypeConfiguration(ArchetypeDescriptor archetypeDescriptor,
java.util.Properties properties) |
ArchetypeConfiguration |
DefaultArchetypeFactory.createArchetypeConfiguration(ArchetypeDescriptor archetypeDescriptor,
java.util.Properties properties) |