Package | Description |
---|---|
org.apache.maven.archetype.generator | |
org.apache.maven.archetype.metadata | |
org.apache.maven.archetype.metadata.io.xpp3 |
Modifier and Type | Method and Description |
---|---|
private void |
DefaultFilesetArchetypeGenerator.processArchetypeTemplates(AbstractArchetypeDescriptor archetypeDescriptor,
java.util.List<java.lang.String> archetypeResources,
java.util.zip.ZipFile archetypeZipFile,
java.lang.String moduleOffset,
org.apache.velocity.context.Context context,
java.lang.String packageName,
java.io.File outputDirectoryFile) |
private void |
DefaultFilesetArchetypeGenerator.processFilesetModule(java.lang.String rootArtifactId,
java.lang.String artifactId,
java.util.List<java.lang.String> archetypeResources,
java.io.File pom,
java.util.zip.ZipFile archetypeZipFile,
java.lang.String moduleOffset,
java.io.File basedirPom,
java.io.File outputDirectoryFile,
java.lang.String packageName,
AbstractArchetypeDescriptor archetypeDescriptor,
org.apache.velocity.context.Context context) |
private void |
DefaultFilesetArchetypeGenerator.processFilesetProject(AbstractArchetypeDescriptor archetypeDescriptor,
java.lang.String moduleId,
java.util.List<java.lang.String> archetypeResources,
java.io.File pom,
java.util.zip.ZipFile archetypeZipFile,
java.lang.String moduleOffset,
org.apache.velocity.context.Context context,
java.lang.String packageName,
java.io.File outputDirectoryFile,
java.io.File basedirPom) |
private void |
DefaultFilesetArchetypeGenerator.processTemplates(java.lang.String packageName,
java.io.File outputDirectoryFile,
org.apache.velocity.context.Context context,
AbstractArchetypeDescriptor archetypeDescriptor,
java.util.List<java.lang.String> archetypeResources,
java.util.zip.ZipFile archetypeZipFile,
java.lang.String moduleOffset,
boolean failIfExists) |
Modifier and Type | Class and Description |
---|---|
class |
ArchetypeDescriptor
Class ArchetypeDescriptor.
|
class |
ModuleDescriptor
Class ModuleDescriptor.
|
Modifier and Type | Method and Description |
---|---|
private AbstractArchetypeDescriptor |
ArchetypeDescriptorXpp3Reader.parseAbstractArchetypeDescriptor(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseAbstractArchetypeDescriptor.
|
Modifier and Type | Method and Description |
---|---|
private void |
ArchetypeDescriptorXpp3Writer.writeAbstractArchetypeDescriptor(AbstractArchetypeDescriptor abstractArchetypeDescriptor,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeAbstractArchetypeDescriptor.
|