Serialized Form


Package org.apache.maven.archetype.metadata

Class org.apache.maven.archetype.metadata.AbstractArchetypeDescriptor extends Object implements Serializable

Serialized Fields

fileSets

List<E> fileSets
Field fileSets.


modules

List<E> modules
Field modules.

Class org.apache.maven.archetype.metadata.ArchetypeDescriptor extends AbstractArchetypeDescriptor implements Serializable

Serialized Fields

name

String name
Name of the Archetype, that will be displayed to the user when choosing an archetype.


partial

boolean partial
Is this archetype representing a full Maven project or only parts?


requiredProperties

List<E> requiredProperties
Field requiredProperties.


modelEncoding

String modelEncoding
Field modelEncoding.

Class org.apache.maven.archetype.metadata.FileSet extends Object implements Serializable

Serialized Fields

filtered

boolean filtered
Filesets can be filtered, which means the selected files will be used as Velocity templates. They can be non-filtered, which means the selected files will be copied without modification.


packaged

boolean packaged
Filesets can be packaged, which means the selected files will be generated/copied in a directory structure that is prepended by the package property. They can be non-packaged, which means that the selected files will be generated/copied without that prepend.


encoding

String encoding
Encoding to use when filtering content.


directory

String directory
The directory where the files will be searched for, which is also the directory where the project's files will be generated.


includes

List<E> includes
Field includes.


excludes

List<E> excludes
Field excludes.

Class org.apache.maven.archetype.metadata.ModuleDescriptor extends AbstractArchetypeDescriptor implements Serializable

Serialized Fields

id

String id
The module's artifactId.


dir

String dir
The module's directory.


name

String name
The module's name.

Class org.apache.maven.archetype.metadata.RequiredProperty extends Object implements Serializable

Serialized Fields

key

String key
Key value of the property.


defaultValue

String defaultValue
Default value of the property.



Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.