Serialized Form


Package org.apache.maven.artifact

Class org.apache.maven.artifact.DependencyResolutionRequiredException extends Exception implements Serializable

Class org.apache.maven.artifact.InvalidArtifactRTException extends RuntimeException implements Serializable

Serialized Fields

groupId

String groupId

artifactId

String artifactId

version

String version

type

String type

baseMessage

String baseMessage

Class org.apache.maven.artifact.InvalidRepositoryException extends Exception implements Serializable

Serialized Fields

repositoryId

String repositoryId

Class org.apache.maven.artifact.UnknownRepositoryLayoutException extends InvalidRepositoryException implements Serializable

Serialized Fields

layoutId

String layoutId

Package org.apache.maven.artifact.deployer

Class org.apache.maven.artifact.deployer.ArtifactDeploymentException extends Exception implements Serializable


Package org.apache.maven.artifact.installer

Class org.apache.maven.artifact.installer.ArtifactInstallationException extends Exception implements Serializable


Package org.apache.maven.artifact.manager

Class org.apache.maven.artifact.manager.WagonConfigurationException extends WagonConfigurationException implements Serializable


Package org.apache.maven.artifact.repository

Class org.apache.maven.artifact.repository.DefaultArtifactRepository extends Repository implements Serializable

Serialized Fields

layout

ArtifactRepositoryLayout layout
Deprecated. 

snapshots

ArtifactRepositoryPolicy snapshots
Deprecated. 

releases

ArtifactRepositoryPolicy releases
Deprecated. 

blacklisted

boolean blacklisted
Deprecated. 

authentication

Authentication authentication
Deprecated. 

proxy

Proxy proxy
Deprecated. 

mirroredRepositories

List<E> mirroredRepositories
Deprecated. 

Package org.apache.maven.artifact.repository.metadata

Class org.apache.maven.artifact.repository.metadata.Metadata extends Object implements Serializable

Serialized Fields

modelVersion

String modelVersion

groupId

String groupId

artifactId

String artifactId

version

String version

versioning

Versioning versioning

plugins

List<E> plugins

modelEncoding

String modelEncoding

Class org.apache.maven.artifact.repository.metadata.Plugin extends Object implements Serializable

Serialized Fields

name

String name

prefix

String prefix

artifactId

String artifactId

Class org.apache.maven.artifact.repository.metadata.RepositoryMetadataDeploymentException extends Throwable implements Serializable

Class org.apache.maven.artifact.repository.metadata.RepositoryMetadataInstallationException extends Throwable implements Serializable

Class org.apache.maven.artifact.repository.metadata.RepositoryMetadataReadException extends Exception implements Serializable

Class org.apache.maven.artifact.repository.metadata.RepositoryMetadataResolutionException extends Exception implements Serializable

Class org.apache.maven.artifact.repository.metadata.RepositoryMetadataStoreException extends Exception implements Serializable

Class org.apache.maven.artifact.repository.metadata.Snapshot extends Object implements Serializable

Serialized Fields

timestamp

String timestamp

buildNumber

int buildNumber

localCopy

boolean localCopy

Class org.apache.maven.artifact.repository.metadata.SnapshotVersion extends Object implements Serializable

Serialized Fields

classifier

String classifier

extension

String extension

version

String version

updated

String updated

Class org.apache.maven.artifact.repository.metadata.Versioning extends Object implements Serializable

Serialized Fields

latest

String latest

release

String release

snapshot

Snapshot snapshot

versions

List<E> versions

lastUpdated

String lastUpdated

snapshotVersions

List<E> snapshotVersions

Package org.apache.maven.artifact.resolver

Class org.apache.maven.artifact.resolver.AbstractArtifactResolutionException extends Exception implements Serializable

Serialized Fields

groupId

String groupId

artifactId

String artifactId

version

String version

type

String type

classifier

String classifier

artifact

Artifact artifact

remoteRepositories

List<E> remoteRepositories

originalMessage

String originalMessage

path

String path

Class org.apache.maven.artifact.resolver.ArtifactNotFoundException extends AbstractArtifactResolutionException implements Serializable

Serialized Fields

downloadUrl

String downloadUrl

Class org.apache.maven.artifact.resolver.ArtifactResolutionException extends AbstractArtifactResolutionException implements Serializable

Class org.apache.maven.artifact.resolver.CyclicDependencyException extends ArtifactResolutionException implements Serializable

Serialized Fields

artifact

Artifact artifact

Class org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException extends ArtifactResolutionException implements Serializable

Serialized Fields

resolvedArtifacts

List<E> resolvedArtifacts

missingArtifacts

List<E> missingArtifacts

Package org.apache.maven.artifact.versioning

Class org.apache.maven.artifact.versioning.InvalidVersionSpecificationException extends Exception implements Serializable

Class org.apache.maven.artifact.versioning.ManagedVersionMap extends HashMap<String,Artifact> implements Serializable

Class org.apache.maven.artifact.versioning.OverConstrainedVersionException extends ArtifactResolutionException implements Serializable


Package org.apache.maven.execution

Class org.apache.maven.execution.MavenExecutionRequestPopulationException extends Exception implements Serializable


Package org.apache.maven.profiles

Class org.apache.maven.profiles.Activation extends Object implements Serializable

Serialized Fields

activeByDefault

boolean activeByDefault
Flag specifying whether this profile is active as a default.


jdk

String jdk
Specifies that this profile will be activated when a matching JDK is detected.


os

ActivationOS os
Specifies that this profile will be activated when matching OS attributes are detected.


property

ActivationProperty property
Specifies that this profile will be activated when this System property is specified.


file

ActivationFile file
Specifies that this profile will be activated based on existence of a file.

Class org.apache.maven.profiles.ActivationFile extends Object implements Serializable

Serialized Fields

missing

String missing
The name of the file that should be missing to activate a profile.


exists

String exists
The name of the file that should exist to activate a profile.

Class org.apache.maven.profiles.ActivationOS extends Object implements Serializable

Serialized Fields

name

String name
The name of the OS to be used to activate a profile.


family

String family
The general family of the OS to be used to activate a profile (e.g. 'windows').


arch

String arch
The architecture of the OS to be used to activate a profile.


version

String version
The version of the OS to be used to activate a profile.

Class org.apache.maven.profiles.ActivationProperty extends Object implements Serializable

Serialized Fields

name

String name
The name of the property to be used to activate a profile.


value

String value
The value of the property to be used to activate a profile.

Class org.apache.maven.profiles.Profile extends Object implements Serializable

Serialized Fields

id

String id
The ID of this build profile, for activation purposes.


activation

Activation activation
The conditional logic which will automatically trigger the inclusion of this profile.


properties

Properties properties
Field properties.


repositories

List<E> repositories
Field repositories.


pluginRepositories

List<E> pluginRepositories
This may be removed or relocated in the near future. It is undecided whether plugins really need a remote repository set of their own.

Class org.apache.maven.profiles.ProfilesRoot extends Object implements Serializable

Serialized Fields

profiles

List<E> profiles
Field profiles.


activeProfiles

List<E> activeProfiles
Field activeProfiles.


modelEncoding

String modelEncoding
Field modelEncoding.

Class org.apache.maven.profiles.Repository extends RepositoryBase implements Serializable

Serialized Fields

releases

RepositoryPolicy releases
How to handle downloading of releases from this repository.


snapshots

RepositoryPolicy snapshots
How to handle downloading of snapshots from this repository.

Class org.apache.maven.profiles.RepositoryBase extends Object implements Serializable

Serialized Fields

id

String id
A unique identifier for a repository.


name

String name
Human readable name of the repository .


url

String url
The url of the repository .


layout

String layout
The type of layout this repository uses for locating and storing artifacts - can be "legacy" or "default".

Class org.apache.maven.profiles.RepositoryPolicy extends Object implements Serializable

Serialized Fields

enabled

boolean enabled
Whether to use this repository for downloading this type of artifact.


updatePolicy

String updatePolicy
The frequency for downloading updates - can be "always", "daily" (default), "interval:XXX" (in minutes) or "never" (only if it doesn't exist locally).


checksumPolicy

String checksumPolicy
What to do when verification of an artifact checksum fails - warn, fail, etc. Valid values are "fail" or "warn".


Package org.apache.maven.profiles.activation

Class org.apache.maven.profiles.activation.ProfileActivationException extends Exception implements Serializable

serialVersionUID: -90820222109103638L


Package org.apache.maven.project

Class org.apache.maven.project.DependencyResolutionException extends Exception implements Serializable

Serialized Fields

result

DependencyResolutionResult result

Class org.apache.maven.project.DuplicateArtifactAttachmentException extends RuntimeException implements Serializable

Serialized Fields

artifact

Artifact artifact

project

MavenProject project

Class org.apache.maven.project.DuplicateProjectException extends Exception implements Serializable

Serialized Fields

projectId

String projectId

existingProjectFile

File existingProjectFile

conflictingProjectFile

File conflictingProjectFile

Class org.apache.maven.project.InvalidProjectModelException extends ProjectBuildingException implements Serializable

Serialized Fields

validationResult

ModelValidationResult validationResult
Deprecated. 

Class org.apache.maven.project.InvalidProjectVersionException extends ProjectBuildingException implements Serializable

Serialized Fields

locationInPom

String locationInPom

offendingVersion

String offendingVersion

Class org.apache.maven.project.MissingRepositoryElementException extends InvalidRepositoryException implements Serializable

Class org.apache.maven.project.ProjectBuildingException extends Exception implements Serializable

Serialized Fields

projectId

String projectId

pomFile

File pomFile

results

List<E> results

Package org.apache.maven.project.interpolation

Class org.apache.maven.project.interpolation.ModelInterpolationException extends Exception implements Serializable

Serialized Fields

expression

String expression
Deprecated. 

originalMessage

String originalMessage
Deprecated. 

Package org.apache.maven.reporting

Class org.apache.maven.reporting.MavenReportException extends Exception implements Serializable


Package org.apache.maven.repository

Class org.apache.maven.repository.ArtifactDoesNotExistException extends Exception implements Serializable

Class org.apache.maven.repository.ArtifactTransferEvent extends EventObject implements Serializable

Serialized Fields

eventType

int eventType

requestType

int requestType

exception

Exception exception

localFile

File localFile

artifact

ArtifactTransferResource artifact

transferredBytes

long transferredBytes

dataBuffer

byte[] dataBuffer

dataOffset

int dataOffset

dataLength

int dataLength

Class org.apache.maven.repository.ArtifactTransferFailedException extends Exception implements Serializable

Class org.apache.maven.repository.LocalRepositoryNotAccessibleException extends IOException implements Serializable

Class org.apache.maven.repository.VersionNotFoundException extends Exception implements Serializable

Serialized Fields

dependency

Dependency dependency

projectId

String projectId

pomFile

File pomFile

cause

InvalidVersionSpecificationException cause

Package org.apache.maven.repository.legacy

Class org.apache.maven.repository.legacy.ChecksumFailedException extends TransferFailedException implements Serializable

Class org.apache.maven.repository.legacy.WagonConfigurationException extends TransferFailedException implements Serializable

serialVersionUID: 1L

Serialized Fields

originalMessage

String originalMessage

repositoryId

String repositoryId

Package org.apache.maven.repository.legacy.resolver.conflict

Class org.apache.maven.repository.legacy.resolver.conflict.ConflictResolverNotFoundException extends Exception implements Serializable

serialVersionUID: 3372412184339653914L


Package org.apache.maven.repository.metadata

Class org.apache.maven.repository.metadata.GraphConflictResolutionException extends Exception implements Serializable

serialVersionUID: 2677613140287940255L

Class org.apache.maven.repository.metadata.MetadataGraphTransformationException extends Exception implements Serializable

serialVersionUID: -4029897098314019152L

Class org.apache.maven.repository.metadata.MetadataResolutionException extends Exception implements Serializable

Class org.apache.maven.repository.metadata.MetadataRetrievalException extends Exception implements Serializable

Serialized Fields

artifact

ArtifactMetadata artifact

Package org.apache.maven.usability.plugin

Class org.apache.maven.usability.plugin.Expression extends Object implements Serializable

Serialized Fields

syntax

String syntax
The syntax of the expression.


description

String description
The description of what this expression references, and what it's generally used for.


configuration

String configuration
The place and syntax used to change the value of this expression.


cliOptions

Properties cliOptions
Field cliOptions.


apiMethods

Properties apiMethods
Field apiMethods.


deprecation

String deprecation
A preferred alternative to this expression, in the case where it's deprecated.


ban

String ban
A preferred alternative to this expression, in the case where it's banned from use.


editable

boolean editable
Whether the value of this expression can be changed.

Class org.apache.maven.usability.plugin.ExpressionDocumentation extends Object implements Serializable

Serialized Fields

expressions

List<E> expressions
Field expressions.


modelEncoding

String modelEncoding
Field modelEncoding.


expressionsBySyntax

Map<K,V> expressionsBySyntax

Class org.apache.maven.usability.plugin.ExpressionDocumentationException extends Exception implements Serializable

serialVersionUID: 1L



Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.