Serialized Form
Package org.apache.jackrabbit.webdav |
Class org.apache.jackrabbit.webdav.DavException extends Exception implements Serializable |
errorCode
int errorCode
errorCondition
Element errorCondition
Package org.apache.maven.wagon |
cause
Throwable cause
- the throwable that caused this exception to get thrown
Package org.apache.maven.wagon.authentication |
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 |
Package org.apache.maven.wagon.events |
eventType
int eventType
- The type of the event. One of the SESSSION_XXX constants
exception
Exception exception
resource
Resource resource
eventType
int eventType
requestType
int requestType
exception
Exception exception
localFile
File localFile
timestamp
long timestamp
- The time when event occurred
Package org.apache.maven.wagon.providers.ssh.knownhost |
Package org.apache.maven.wagon.proxy |
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 |
serialVersionUID: 1312227676322136247L
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
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 |
serialVersionUID: 1L
code
int code
message
String message
serialVersionUID: 1L
latencyMs
int latencyMs
serialVersionUID: 1L
targetPath
String targetPath
code
int code
maxRedirects
int maxRedirects
redirectCount
int redirectCount
myPath
String myPath
serialVersionUID: 1L
message
String message
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.