Serialized Form


Package org.apache.jackrabbit.webdav

Class org.apache.jackrabbit.webdav.DavException extends Exception implements Serializable

Serialized Fields

errorCode

int errorCode

errorCondition

Element errorCondition

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 Exception implements Serializable

Serialized Fields

cause

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 Object implements Serializable

Serialized Fields

userName

String userName
Username used to login to the host


password

String password
Password associated with the login


passphrase

String passphrase
Passphrase of the user's private key file


privateKey

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

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

Exception exception

localFile

File localFile

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

Serialized Fields

timestamp

long timestamp
The time when event occurred


Package org.apache.maven.wagon.providers.ssh.knownhost

Class org.apache.maven.wagon.providers.ssh.knownhost.KnownHostChangedException extends AuthenticationException implements Serializable

Class org.apache.maven.wagon.providers.ssh.knownhost.UnknownHostException extends AuthenticationException implements Serializable


Package org.apache.maven.wagon.proxy

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

Serialized Fields

host

String host
Proxy server host


userName

String userName
Username used to access the proxy server


password

String password
Password associated with the proxy server


port

int port
Proxy server port


type

String type
Type of the proxy


nonProxyHosts

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


ntlmHost

String ntlmHost
For NTLM proxies, specifies the NTLM host.


ntlmDomain

String ntlmDomain
For NTLM proxies, specifies the NTLM domain.


Package org.apache.maven.wagon.repository

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

serialVersionUID: 1312227676322136247L

Serialized Fields

id

String id

name

String name

host

String host

port

int port

basedir

String basedir

protocol

String protocol

url

String url

permissions

RepositoryPermissions permissions

parameters

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


username

String username

password

String password

Class org.apache.maven.wagon.repository.RepositoryPermissions extends Object implements Serializable

Serialized Fields

group

String group
Repository group name.


directoryMode

String directoryMode
Repository directory mode. Modes can be in either textual (ugo+rx) or octal (755) form.


fileMode

String fileMode
Repository file mode. Modes can be in either textual (ugo+rx) or octal (644) form.


Package org.apache.maven.wagon.tck.http.fixture

Class org.apache.maven.wagon.tck.http.fixture.ErrorCodeServlet extends HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

code

int code

message

String message

Class org.apache.maven.wagon.tck.http.fixture.LatencyServlet extends HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

latencyMs

int latencyMs

Class org.apache.maven.wagon.tck.http.fixture.RedirectionServlet extends HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

targetPath

String targetPath

code

int code

maxRedirects

int maxRedirects

redirectCount

int redirectCount

myPath

String myPath

Class org.apache.maven.wagon.tck.http.fixture.ServletExceptionServlet extends HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

message

String message



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