Package | Description |
---|---|
org.apache.maven.archetype.creator | |
org.apache.maven.archetype.metadata | |
org.apache.maven.archetype.metadata.io.xpp3 |
Modifier and Type | Method and Description |
---|---|
private ModuleDescriptor |
FilesetArchetypeCreator.createModule(java.util.Properties reverseProperties,
java.lang.String rootArtifactId,
java.lang.String moduleId,
java.lang.String packageName,
java.io.File basedir,
java.io.File archetypeFilesDirectory,
java.util.List<java.lang.String> languages,
java.util.List<java.lang.String> filtereds,
java.lang.String defaultEncoding,
boolean preserveCData,
boolean keepParent) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ModuleDescriptor> |
AbstractArchetypeDescriptor.modules
Field modules.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ModuleDescriptor> |
AbstractArchetypeDescriptor.getModules()
Method getModules.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractArchetypeDescriptor.addModule(ModuleDescriptor moduleDescriptor)
Method addModule.
|
void |
AbstractArchetypeDescriptor.removeModule(ModuleDescriptor moduleDescriptor)
Method removeModule.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractArchetypeDescriptor.setModules(java.util.List<ModuleDescriptor> modules)
Set modules definition.
|
Modifier and Type | Method and Description |
---|---|
private ModuleDescriptor |
ArchetypeDescriptorXpp3Reader.parseModuleDescriptor(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseModuleDescriptor.
|
Modifier and Type | Method and Description |
---|---|
private void |
ArchetypeDescriptorXpp3Writer.writeModuleDescriptor(ModuleDescriptor moduleDescriptor,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeModuleDescriptor.
|