Serialized Form


Package org.apache.maven.wagon

Class org.apache.maven.wagon.CommandExecutionException extends WagonException implements Serializable

Class org.apache.maven.wagon.ConnectionException extends WagonException implements Serializable

Class org.apache.maven.wagon.ResourceDoesNotExistException extends WagonException implements Serializable

Class org.apache.maven.wagon.TransferFailedException extends WagonException implements Serializable

Class org.apache.maven.wagon.UnsupportedProtocolException extends WagonException implements Serializable

Class org.apache.maven.wagon.WagonException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause
the throwable that caused this exception to get thrown


Package org.apache.maven.wagon.authentication

Class org.apache.maven.wagon.authentication.AuthenticationException extends WagonException implements Serializable

Class org.apache.maven.wagon.authentication.AuthenticationInfo extends java.lang.Object implements Serializable

Serialized Fields

userName

java.lang.String userName
Username used to login to the host


password

java.lang.String password
Password associated with the login


passphrase

java.lang.String passphrase
Passphrase of the user's private key file


privateKey

java.lang.String privateKey
The absolute path to private key file


Package org.apache.maven.wagon.authorization

Class org.apache.maven.wagon.authorization.AuthorizationException extends WagonException implements Serializable


Package org.apache.maven.wagon.events

Class org.apache.maven.wagon.events.SessionEvent extends WagonEvent implements Serializable

Serialized Fields

eventType

int eventType
The type of the event. One of the SESSSION_XXX constants


exception

java.lang.Exception exception

Class org.apache.maven.wagon.events.TransferEvent extends WagonEvent implements Serializable

Serialized Fields

resource

Resource resource

eventType

int eventType

requestType

int requestType

exception

java.lang.Exception exception

localFile

java.io.File localFile

Class org.apache.maven.wagon.events.WagonEvent extends java.util.EventObject implements Serializable

Serialized Fields

timestamp

long timestamp
The time when event occurred


Package org.apache.maven.wagon.proxy

Class org.apache.maven.wagon.proxy.ProxyInfo extends java.lang.Object implements Serializable

Serialized Fields

host

java.lang.String host
Proxy server host


userName

java.lang.String userName
Username used to access the proxy server


password

java.lang.String password
Password associated with the proxy server


port

int port
Proxy server port


type

java.lang.String type
Type of the proxy


nonProxyHosts

java.lang.String nonProxyHosts
The non-proxy hosts. Follows Java system property format: *.foo.com|localhost.


ntlmHost

java.lang.String ntlmHost
For NTLM proxies, specifies the NTLM host.


ntlmDomain

java.lang.String ntlmDomain
For NTLM proxies, specifies the NTLM domain.


Package org.apache.maven.wagon.repository

Class org.apache.maven.wagon.repository.Repository extends java.lang.Object implements Serializable

serialVersionUID: 1312227676322136247L

Serialized Fields

id

java.lang.String id

name

java.lang.String name

host

java.lang.String host

port

int port

basedir

java.lang.String basedir

protocol

java.lang.String protocol

url

java.lang.String url

permissions

RepositoryPermissions permissions

parameters

java.util.Properties parameters
Properties influencing wagon behaviour which are very specific to particular wagon.


username

java.lang.String username

password

java.lang.String password



Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.