Serialized Form


Package org.apache.maven

Class org.apache.maven.BuildAbort extends Error implements Serializable

Class org.apache.maven.BuildFailureException extends Exception implements Serializable

Class org.apache.maven.DuplicateProjectException extends MavenExecutionException implements Serializable

Serialized Fields

collisions

Map<K,V> collisions

Class org.apache.maven.InternalErrorException extends MavenExecutionException implements Serializable

Class org.apache.maven.MavenExecutionException extends Exception implements Serializable

Serialized Fields

pomFile

File pomFile

Class org.apache.maven.MissingModuleException extends MavenExecutionException implements Serializable

Serialized Fields

moduleFile

File moduleFile

moduleName

String moduleName

Class org.apache.maven.ProjectBuildFailureException extends BuildFailureException implements Serializable

Serialized Fields

projectId

String projectId

Class org.apache.maven.ProjectCycleException extends BuildFailureException implements Serializable


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

Package org.apache.maven.artifact.metadata

Class org.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException extends ArtifactMetadataRetrievalException implements Serializable


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.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.repository.metadata.io

Class org.apache.maven.artifact.repository.metadata.io.MetadataParseException extends IOException implements Serializable

Serialized Fields

lineNumber

int lineNumber
The one-based index of the line containing the error.


columnNumber

int columnNumber
The one-based index of the column containing the error.


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.configuration

Class org.apache.maven.configuration.BeanConfigurationException extends Exception implements Serializable


Package org.apache.maven.execution

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


Package org.apache.maven.lifecycle

Class org.apache.maven.lifecycle.LifecycleExecutionException extends Exception implements Serializable

Serialized Fields

project

MavenProject project

Class org.apache.maven.lifecycle.LifecycleNotFoundException extends Exception implements Serializable

Serialized Fields

lifecycleId

String lifecycleId

Class org.apache.maven.lifecycle.LifecyclePhaseNotFoundException extends Exception implements Serializable

Serialized Fields

lifecyclePhase

String lifecyclePhase

Class org.apache.maven.lifecycle.MissingProjectException extends Exception implements Serializable

Class org.apache.maven.lifecycle.NoGoalSpecifiedException extends Exception implements Serializable


Package org.apache.maven.plugin

Class org.apache.maven.plugin.AbstractMojoExecutionException extends Exception implements Serializable

Serialized Fields

source

Object source

longMessage

String longMessage

Class org.apache.maven.plugin.CycleDetectedInPluginGraphException extends Exception implements Serializable

Serialized Fields

plugin

Plugin plugin

Class org.apache.maven.plugin.InvalidPluginDescriptorException extends Exception implements Serializable

Class org.apache.maven.plugin.InvalidPluginException extends Exception implements Serializable

Class org.apache.maven.plugin.MojoExecutionException extends AbstractMojoExecutionException implements Serializable

Class org.apache.maven.plugin.MojoFailureException extends AbstractMojoExecutionException implements Serializable

Class org.apache.maven.plugin.MojoNotFoundException extends Exception implements Serializable

Serialized Fields

goal

String goal

pluginDescriptor

PluginDescriptor pluginDescriptor

Class org.apache.maven.plugin.PluginConfigurationException extends Exception implements Serializable

Serialized Fields

pluginDescriptor

PluginDescriptor pluginDescriptor

originalMessage

String originalMessage

Class org.apache.maven.plugin.PluginContainerException extends PluginManagerException implements Serializable

Serialized Fields

pluginRealm

ClassRealm pluginRealm

Class org.apache.maven.plugin.PluginDescriptorParsingException extends Exception implements Serializable

Class org.apache.maven.plugin.PluginExecutionException extends PluginManagerException implements Serializable

Serialized Fields

mojoExecution

MojoExecution mojoExecution

Class org.apache.maven.plugin.PluginIncompatibleException extends PluginManagerException implements Serializable

Class org.apache.maven.plugin.PluginLoaderException extends Exception implements Serializable

Serialized Fields

pluginKey

String pluginKey

Class org.apache.maven.plugin.PluginManagerException extends Exception implements Serializable

Serialized Fields

pluginGroupId

String pluginGroupId

pluginArtifactId

String pluginArtifactId

pluginVersion

String pluginVersion

goal

String goal

project

MavenProject project

Class org.apache.maven.plugin.PluginNotFoundException extends AbstractArtifactResolutionException implements Serializable

Serialized Fields

plugin

Plugin plugin

Class org.apache.maven.plugin.PluginParameterException extends PluginConfigurationException implements Serializable

Serialized Fields

parameters

List<E> parameters

mojo

MojoDescriptor mojo

Class org.apache.maven.plugin.PluginResolutionException extends Exception implements Serializable

Serialized Fields

plugin

Plugin plugin

Package org.apache.maven.plugin.prefix

Class org.apache.maven.plugin.prefix.NoPluginFoundForPrefixException extends Exception implements Serializable


Package org.apache.maven.plugin.version

Class org.apache.maven.plugin.version.PluginVersionNotFoundException extends Exception implements Serializable

Serialized Fields

groupId

String groupId

artifactId

String artifactId

Class org.apache.maven.plugin.version.PluginVersionResolutionException extends Exception implements Serializable

Serialized Fields

groupId

String groupId

artifactId

String artifactId

baseMessage

String baseMessage

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.InvalidProjectVersionException extends ProjectBuildingException implements Serializable

Serialized Fields

locationInPom

String locationInPom

offendingVersion

String offendingVersion

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.artifact

Class org.apache.maven.project.artifact.InvalidDependencyVersionException extends InvalidProjectVersionException implements Serializable

Serialized Fields

dependency

Dependency dependency

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


Package org.apache.maven.repository.legacy.metadata

Class org.apache.maven.repository.legacy.metadata.ArtifactMetadataRetrievalException extends Exception implements Serializable

Serialized Fields

artifact

Artifact artifact

Package org.apache.maven.settings

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

Serialized Fields

activeByDefault

boolean activeByDefault

jdk

String jdk

os

ActivationOS os

property

ActivationProperty property

file

ActivationFile file

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

Serialized Fields

missing

String missing

exists

String exists

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

Serialized Fields

name

String name

family

String family

arch

String arch

version

String version

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

Serialized Fields

name

String name

value

String value

Class org.apache.maven.settings.IdentifiableBase extends TrackableBase implements Serializable

Serialized Fields

id

String id

Class org.apache.maven.settings.Mirror extends IdentifiableBase implements Serializable

Serialized Fields

mirrorOf

String mirrorOf

name

String name

url

String url

layout

String layout

mirrorOfLayouts

String mirrorOfLayouts

Class org.apache.maven.settings.Profile extends IdentifiableBase implements Serializable

Serialized Fields

activation

Activation activation

properties

Properties properties

repositories

List<E> repositories

pluginRepositories

List<E> pluginRepositories

Class org.apache.maven.settings.Proxy extends IdentifiableBase implements Serializable

Serialized Fields

active

boolean active

protocol

String protocol

username

String username

password

String password

port

int port

host

String host

nonProxyHosts

String nonProxyHosts

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

Serialized Fields

releases

RepositoryPolicy releases

snapshots

RepositoryPolicy snapshots

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

Serialized Fields

id

String id

name

String name

url

String url

layout

String layout

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

Serialized Fields

enabled

boolean enabled

updatePolicy

String updatePolicy

checksumPolicy

String checksumPolicy

Class org.apache.maven.settings.Server extends IdentifiableBase implements Serializable

Serialized Fields

username

String username

password

String password

privateKey

String privateKey

passphrase

String passphrase

filePermissions

String filePermissions

directoryPermissions

String directoryPermissions

configuration

Object configuration

Class org.apache.maven.settings.Settings extends TrackableBase implements Serializable

Serialized Fields

localRepository

String localRepository

interactiveMode

boolean interactiveMode

usePluginRegistry

boolean usePluginRegistry

offline

boolean offline

proxies

List<E> proxies

servers

List<E> servers

mirrors

List<E> mirrors

profiles

List<E> profiles

activeProfiles

List<E> activeProfiles

pluginGroups

List<E> pluginGroups

modelEncoding

String modelEncoding

activeProxy

Proxy activeProxy

profileMap

Map<K,V> profileMap

runtimeInfo

RuntimeInfo runtimeInfo

Class org.apache.maven.settings.SettingsConfigurationException extends Exception implements Serializable

Serialized Fields

lineNumber

int lineNumber

columnNumber

int columnNumber

Class org.apache.maven.settings.TrackableBase extends Object implements Serializable

Serialized Fields

sourceLevel

String sourceLevel

sourceLevelSet

boolean sourceLevelSet

Package org.apache.maven.toolchain

Class org.apache.maven.toolchain.MisconfiguredToolchainException extends Exception implements Serializable


Package org.apache.maven.toolchain.model

Class org.apache.maven.toolchain.model.PersistedToolchains extends Object implements Serializable

Serialized Fields

toolchains

List<E> toolchains
Field toolchains.


modelEncoding

String modelEncoding
Field modelEncoding.

Class org.apache.maven.toolchain.model.ToolchainModel extends Object implements Serializable

Serialized Fields

type

String type
Type of toolchain.


provides

Object provides
Field provides.


configuration

Object configuration
Field configuration.



Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.