Serialized Form
-
Package org.apache.maven.wagon
-
Exception org.apache.maven.wagon.CommandExecutionException
class CommandExecutionException extends WagonException implements Serializable -
Exception org.apache.maven.wagon.ConnectionException
class ConnectionException extends WagonException implements Serializable -
Exception org.apache.maven.wagon.ResourceDoesNotExistException
class ResourceDoesNotExistException extends WagonException implements Serializable -
Exception org.apache.maven.wagon.TransferFailedException
class TransferFailedException extends WagonException implements Serializable -
Exception org.apache.maven.wagon.UnsupportedProtocolException
class UnsupportedProtocolException extends WagonException implements Serializable -
Exception org.apache.maven.wagon.WagonException
class 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
-
Exception org.apache.maven.wagon.authentication.AuthenticationException
class AuthenticationException extends WagonException implements Serializable -
Class org.apache.maven.wagon.authentication.AuthenticationInfo
class AuthenticationInfo extends Object implements Serializable
-
-
Package org.apache.maven.wagon.authorization
-
Exception org.apache.maven.wagon.authorization.AuthorizationException
class AuthorizationException extends WagonException implements Serializable
-
-
Package org.apache.maven.wagon.events
-
Class org.apache.maven.wagon.events.SessionEvent
class 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
class TransferEvent extends WagonEvent implements Serializable -
Class org.apache.maven.wagon.events.WagonEvent
class WagonEvent extends 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
class ProxyInfo extends Object implements Serializable-
Serialized Fields
-
host
String host
Proxy server host -
nonProxyHosts
String nonProxyHosts
The non-proxy hosts. Follows Java system property format:*.foo.com|localhost
. -
ntlmDomain
String ntlmDomain
For NTLM proxies, specifies the NTLM domain. -
ntlmHost
String ntlmHost
For NTLM proxies, specifies the NTLM host. -
password
String password
Password associated with the proxy server -
port
int port
Proxy server port -
type
String type
Type of the proxy -
userName
String userName
Username used to access the proxy server
-
-
-
-
Package org.apache.maven.wagon.repository
-
Class org.apache.maven.wagon.repository.Repository
class Repository extends Object implements Serializable- serialVersionUID:
- 1312227676322136247L
-
Serialized Fields
-
basedir
String basedir
-
host
String host
-
id
String id
-
name
String name
-
parameters
Properties parameters
Properties influencing wagon behaviour which are very specific to particular wagon. -
password
String password
-
permissions
RepositoryPermissions permissions
-
port
int port
-
protocol
String protocol
-
url
String url
-
username
String username
-
-
Class org.apache.maven.wagon.repository.RepositoryPermissions
class RepositoryPermissions extends Object implements Serializable
-