Serialized Form


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.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.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-2011 The Apache Software Foundation. All Rights Reserved.