Serialized Form


Package org.apache.maven.archetype.catalog

Class org.apache.maven.archetype.catalog.Archetype extends Object implements Serializable

Serialized Fields

groupId

String groupId
The groupId of the archetype.


artifactId

String artifactId
The artifactId of the archetype.


version

String version
The version of the archetype. RELEASE is a valid version.


repository

String repository
The repository where to find the archetype. When omitted, the archetype is searched for in the repository where the catalog comes from.


description

String description
The description of the archetype.


goals

List<E> goals
Field goals.


properties

Properties properties
Field properties.

Class org.apache.maven.archetype.catalog.ArchetypeCatalog extends Object implements Serializable

Serialized Fields

archetypes

List<E> archetypes
Field archetypes.


modelEncoding

String modelEncoding
Field modelEncoding.


Package org.apache.maven.archetype.downloader

Class org.apache.maven.archetype.downloader.DownloadException extends Exception implements Serializable

Class org.apache.maven.archetype.downloader.DownloadNotFoundException extends Exception implements Serializable


Package org.apache.maven.archetype.exception

Class org.apache.maven.archetype.exception.ArchetypeException extends Exception implements Serializable

Class org.apache.maven.archetype.exception.ArchetypeGenerationConfigurationFailure extends ArchetypeException implements Serializable

Class org.apache.maven.archetype.exception.ArchetypeGenerationFailure extends ArchetypeException implements Serializable

Class org.apache.maven.archetype.exception.ArchetypeNotConfigured extends ArchetypeException implements Serializable

Serialized Fields

missingProperties

List<E> missingProperties

Class org.apache.maven.archetype.exception.ArchetypeNotDefined extends ArchetypeException implements Serializable

Class org.apache.maven.archetype.exception.ArchetypeSelectionFailure extends ArchetypeException implements Serializable

Class org.apache.maven.archetype.exception.InvalidPackaging extends ArchetypeException implements Serializable

Class org.apache.maven.archetype.exception.OutputFileExists extends ArchetypeException implements Serializable

Class org.apache.maven.archetype.exception.PomFileExists extends ArchetypeException implements Serializable

Class org.apache.maven.archetype.exception.ProjectDirectoryExists extends ArchetypeException implements Serializable

Class org.apache.maven.archetype.exception.TemplateCreationException extends ArchetypeException implements Serializable

Class org.apache.maven.archetype.exception.UnknownArchetype extends ArchetypeException implements Serializable

Class org.apache.maven.archetype.exception.UnknownGroup extends ArchetypeException implements Serializable


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.


Package org.apache.maven.archetype.model

Class org.apache.maven.archetype.model.ArchetypeModel extends Object implements Serializable

Serialized Fields

id

String id
The value should be the same as the artifactId in the archetype pom.xml.


allowPartial

boolean allowPartial
Setting this option to true makes it possible to run the archetype:create even on existing projects.


sources

List<E> sources
Field sources.


resources

List<E> resources
Field resources.


testSources

List<E> testSources
Field testSources.


testResources

List<E> testResources
Field testResources.


siteResources

List<E> siteResources
Field siteResources.


modelEncoding

String modelEncoding
Field modelEncoding.

Class org.apache.maven.archetype.model.Resource extends Object implements Serializable

Serialized Fields

file

String file
The resource file.


encoding

String encoding
The encoding to be used when reading/writing this file. Platform encoding is used by default, or ISO-8859-1 when filename ends in .properties


filtered

boolean filtered
A resource can be filtered, which means the file will be used as Velocity template. It can be non-filtered, which means the file will be copied without modification.

Class org.apache.maven.archetype.model.Source extends Object implements Serializable

Serialized Fields

file

String file
The source file.


encoding

String encoding
The encoding to be used when reading/writing this file. Platform encoding is used by default, or ISO-8859-1 when filename ends in .properties


Package org.apache.maven.archetype.old

Class org.apache.maven.archetype.old.ArchetypeDescriptorException extends ArchetypeGenerationFailure implements Serializable

Class org.apache.maven.archetype.old.ArchetypeNotFoundException extends ArchetypeGenerationFailure implements Serializable

Class org.apache.maven.archetype.old.ArchetypeTemplateProcessingException extends ArchetypeGenerationFailure implements Serializable


Package org.apache.maven.archetype.proxy

Class org.apache.maven.archetype.proxy.ProxyServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

_DontProxyHeaders

HashSet<E> _DontProxyHeaders

config

javax.servlet.ServletConfig config

context

javax.servlet.ServletContext context

Class org.apache.maven.archetype.proxy.RepositoryServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

config

javax.servlet.ServletConfig config

context

javax.servlet.ServletContext context

Package org.apache.maven.archetype.registry

Class org.apache.maven.archetype.registry.ArchetypeRegistry extends Object implements Serializable

Serialized Fields

Languages

List<E> Languages
Field Languages.


FilteredExtensions

List<E> FilteredExtensions
Field FilteredExtensions.


modelEncoding

String modelEncoding
Field modelEncoding.


Package org.apache.maven.archetype.repository

Class org.apache.maven.archetype.repository.RepositoryServlet extends javax.servlet.http.HttpServlet implements Serializable


Package org.apache.maven.archetype.source

Class org.apache.maven.archetype.source.ArchetypeDataSinkException extends Exception implements Serializable

Class org.apache.maven.archetype.source.ArchetypeDataSourceException extends Exception implements Serializable



Copyright © 2007-2012 Apache Software Foundation. All Rights Reserved.