Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractTransferListener - Class in org.apache.maven.wagon.observers
-
TransferListeners which computes MD5 checksum on the fly when files are transfered.
- AbstractTransferListener() - Constructor for class org.apache.maven.wagon.observers.AbstractTransferListener
- AbstractWagon - Class in org.apache.maven.wagon
-
Implementation of common facilities for Wagon providers.
- AbstractWagon() - Constructor for class org.apache.maven.wagon.AbstractWagon
- addSessionListener(SessionListener) - Method in class org.apache.maven.wagon.AbstractWagon
- addSessionListener(SessionListener) - Method in class org.apache.maven.wagon.events.SessionEventSupport
-
Adds the listener to the collection of listeners who will be notified when any session event occurs in this
Wagon
object. - addSessionListener(SessionListener) - Method in interface org.apache.maven.wagon.Wagon
- addTransferListener(TransferListener) - Method in class org.apache.maven.wagon.AbstractWagon
- addTransferListener(TransferListener) - Method in class org.apache.maven.wagon.events.TransferEventSupport
-
Adds the listener to the collection of listeners who will be notified when any transfer event occurs in this
Wagon
object. - addTransferListener(TransferListener) - Method in interface org.apache.maven.wagon.Wagon
- AuthenticationException - Exception in org.apache.maven.wagon.authentication
-
This exception is thrown when an authentication error occurs while accessing the remote repository.
- AuthenticationException(String) - Constructor for exception org.apache.maven.wagon.authentication.AuthenticationException
- AuthenticationException(String, Throwable) - Constructor for exception org.apache.maven.wagon.authentication.AuthenticationException
- authenticationInfo - Variable in class org.apache.maven.wagon.AbstractWagon
- AuthenticationInfo - Class in org.apache.maven.wagon.authentication
-
This class holds the set of properties used when instance of the
Wagon
will use during login operation. - AuthenticationInfo() - Constructor for class org.apache.maven.wagon.authentication.AuthenticationInfo
- AuthorizationException - Exception in org.apache.maven.wagon.authorization
-
This exception is thrown when the user is not entitled to fetch from or deploy to particular place in the repository.
- AuthorizationException(String) - Constructor for exception org.apache.maven.wagon.authorization.AuthorizationException
- AuthorizationException(String, Throwable) - Constructor for exception org.apache.maven.wagon.authorization.AuthorizationException
B
- basedir(String) - Static method in class org.apache.maven.wagon.PathUtils
-
Derive the path portion of the given URL.
- BUFFER_SEGMENT_SIZE - Static variable in class org.apache.maven.wagon.AbstractWagon
-
To efficiently buffer data, use a multiple of 4 KiB as this is likely to match the hardware buffer size of certain storage devices.
C
- checkInputStream(InputStream, Resource) - Method in class org.apache.maven.wagon.StreamWagon
- checkOutputStream(Resource, OutputStream) - Method in class org.apache.maven.wagon.StreamWagon
- ChecksumObserver - Class in org.apache.maven.wagon.observers
-
TransferListeners which computes MD5 checksum on the fly when files are transfered.
- ChecksumObserver() - Constructor for class org.apache.maven.wagon.observers.ChecksumObserver
- ChecksumObserver(String) - Constructor for class org.apache.maven.wagon.observers.ChecksumObserver
- cleanupGetTransfer(Resource) - Method in class org.apache.maven.wagon.AbstractWagon
- cleanupPutTransfer(Resource) - Method in class org.apache.maven.wagon.AbstractWagon
- close() - Method in class org.apache.maven.wagon.LazyFileOutputStream
- closeConnection() - Method in class org.apache.maven.wagon.AbstractWagon
- closeConnection() - Method in class org.apache.maven.wagon.StreamWagon
- CommandExecutionException - Exception in org.apache.maven.wagon
-
Exception which should be thrown when a command fails to execute on the repository.
- CommandExecutionException(String) - Constructor for exception org.apache.maven.wagon.CommandExecutionException
- CommandExecutionException(String, Throwable) - Constructor for exception org.apache.maven.wagon.CommandExecutionException
- CommandExecutor - Interface in org.apache.maven.wagon
- connect(Repository) - Method in class org.apache.maven.wagon.AbstractWagon
- connect(Repository) - Method in interface org.apache.maven.wagon.Wagon
-
Initiate the connection to the repository.
- connect(Repository, AuthenticationInfo) - Method in class org.apache.maven.wagon.AbstractWagon
- connect(Repository, AuthenticationInfo) - Method in interface org.apache.maven.wagon.Wagon
-
Initiate the connection to the repository.
- connect(Repository, AuthenticationInfo, ProxyInfo) - Method in class org.apache.maven.wagon.AbstractWagon
- connect(Repository, AuthenticationInfo, ProxyInfo) - Method in interface org.apache.maven.wagon.Wagon
-
Initiate the connection to the repository.
- connect(Repository, AuthenticationInfo, ProxyInfoProvider) - Method in class org.apache.maven.wagon.AbstractWagon
- connect(Repository, AuthenticationInfo, ProxyInfoProvider) - Method in interface org.apache.maven.wagon.Wagon
-
Initiate the connection to the repository.
- connect(Repository, ProxyInfo) - Method in class org.apache.maven.wagon.AbstractWagon
- connect(Repository, ProxyInfo) - Method in interface org.apache.maven.wagon.Wagon
-
Initiate the connection to the repository.
- connect(Repository, ProxyInfoProvider) - Method in class org.apache.maven.wagon.AbstractWagon
- connect(Repository, ProxyInfoProvider) - Method in interface org.apache.maven.wagon.Wagon
-
Initiate the connection to the repository.
- ConnectionException - Exception in org.apache.maven.wagon
-
The exception is thrown when a connection to repository cannot be established or open connection cannot be closed.
- ConnectionException(String) - Constructor for exception org.apache.maven.wagon.ConnectionException
- ConnectionException(String, Throwable) - Constructor for exception org.apache.maven.wagon.ConnectionException
- createParentDirectories(File) - Method in class org.apache.maven.wagon.AbstractWagon
D
- debug(String) - Method in interface org.apache.maven.wagon.events.SessionListener
-
This method allows to send arbitrary debug messages.
- debug(String) - Method in interface org.apache.maven.wagon.events.TransferListener
- debug(String) - Method in class org.apache.maven.wagon.observers.AbstractTransferListener
- debug(String) - Method in class org.apache.maven.wagon.observers.ChecksumObserver
- debug(String) - Method in class org.apache.maven.wagon.observers.Debug
- Debug - Class in org.apache.maven.wagon.observers
- Debug() - Constructor for class org.apache.maven.wagon.observers.Debug
- Debug(PrintStream) - Constructor for class org.apache.maven.wagon.observers.Debug
- DEFAULT_BUFFER_SIZE - Static variable in class org.apache.maven.wagon.AbstractWagon
- DEFAULT_CONNECTION_TIMEOUT - Static variable in interface org.apache.maven.wagon.Wagon
-
default 60s approximately 1 minute
- DEFAULT_READ_TIMEOUT - Static variable in interface org.apache.maven.wagon.Wagon
-
default 1800s approximately 30 minutes
- dirname(String) - Static method in class org.apache.maven.wagon.PathUtils
-
Returns the directory path portion of a file specification string.
- dirnames(String) - Static method in class org.apache.maven.wagon.PathUtils
- disconnect() - Method in class org.apache.maven.wagon.AbstractWagon
- disconnect() - Method in interface org.apache.maven.wagon.Wagon
-
Disconnect from the repository.
E
- encode(byte[]) - Method in class org.apache.maven.wagon.observers.ChecksumObserver
-
Encodes a 128 bit or 160-bit byte array into a String.
- equals(Object) - Method in class org.apache.maven.wagon.events.TransferEvent
- equals(Object) - Method in class org.apache.maven.wagon.LazyFileOutputStream
- equals(Object) - Method in class org.apache.maven.wagon.repository.Repository
- equals(Object) - Method in class org.apache.maven.wagon.resource.Resource
- executeCommand(String) - Method in interface org.apache.maven.wagon.CommandExecutor
- executeCommand(String, boolean) - Method in interface org.apache.maven.wagon.CommandExecutor
F
- filename(String) - Static method in class org.apache.maven.wagon.PathUtils
-
Returns the filename portion of a file specification string.
- fillInputData(InputData) - Method in class org.apache.maven.wagon.StreamWagon
- fillOutputData(OutputData) - Method in class org.apache.maven.wagon.StreamWagon
- finishGetTransfer(Resource, InputStream, OutputStream) - Method in class org.apache.maven.wagon.AbstractWagon
- finishPutTransfer(Resource, InputStream, OutputStream) - Method in class org.apache.maven.wagon.AbstractWagon
- fireDebug(String) - Method in class org.apache.maven.wagon.events.SessionEventSupport
-
Dispatches the given debug message to all registered listeners (calls method
SessionListener.debug(String)
on all of them}. - fireDebug(String) - Method in class org.apache.maven.wagon.events.TransferEventSupport
-
Dispatches the given debug message to all registered listeners (calls method
TransferListener.debug(String)
on all of them. - fireGetCompleted(Resource, File) - Method in class org.apache.maven.wagon.AbstractWagon
- fireGetInitiated(Resource, File) - Method in class org.apache.maven.wagon.AbstractWagon
- fireGetStarted(Resource, File) - Method in class org.apache.maven.wagon.AbstractWagon
- firePutCompleted(Resource, File) - Method in class org.apache.maven.wagon.AbstractWagon
- firePutInitiated(Resource, File) - Method in class org.apache.maven.wagon.AbstractWagon
- firePutStarted(Resource, File) - Method in class org.apache.maven.wagon.AbstractWagon
- fireSessionConnectionRefused() - Method in class org.apache.maven.wagon.AbstractWagon
- fireSessionConnectionRefused(SessionEvent) - Method in class org.apache.maven.wagon.events.SessionEventSupport
-
Dispatches the given
SessionEvent
to all registered listeners (calls methodSessionListener.sessionConnectionRefused(SessionEvent)
on all of them}. - fireSessionDebug(String) - Method in class org.apache.maven.wagon.AbstractWagon
- fireSessionDisconnected() - Method in class org.apache.maven.wagon.AbstractWagon
- fireSessionDisconnected(SessionEvent) - Method in class org.apache.maven.wagon.events.SessionEventSupport
-
Dispatches the given
SessionEvent
to all registered listeners (calls methodSessionListener.sessionDisconnected(SessionEvent)
on all of them}. - fireSessionDisconnecting() - Method in class org.apache.maven.wagon.AbstractWagon
- fireSessionDisconnecting(SessionEvent) - Method in class org.apache.maven.wagon.events.SessionEventSupport
-
Dispatches the given
SessionEvent
to all registered listeners (calls methodSessionListener.sessionDisconnecting(SessionEvent)
} on all of them}. - fireSessionError(Exception) - Method in class org.apache.maven.wagon.AbstractWagon
- fireSessionError(SessionEvent) - Method in class org.apache.maven.wagon.events.SessionEventSupport
-
Dispatches the given
SessionEvent
to all registered listeners (calls methodSessionListener.sessionConnectionRefused(SessionEvent)
on all of them}. - fireSessionLoggedIn() - Method in class org.apache.maven.wagon.AbstractWagon
- fireSessionLoggedIn(SessionEvent) - Method in class org.apache.maven.wagon.events.SessionEventSupport
-
Dispatches the given
SessionEvent
to all registered listeners (calls methodSessionListener.sessionLoggedIn(SessionEvent)
on all of them}. - fireSessionLoggedOff() - Method in class org.apache.maven.wagon.AbstractWagon
- fireSessionLoggedOff(SessionEvent) - Method in class org.apache.maven.wagon.events.SessionEventSupport
-
Dispatches the given
SessionEvent
to all registered listeners (calls methodSessionListener.sessionLoggedOff(SessionEvent)
on all of them}. - fireSessionOpened() - Method in class org.apache.maven.wagon.AbstractWagon
- fireSessionOpened(SessionEvent) - Method in class org.apache.maven.wagon.events.SessionEventSupport
-
Dispatches the given
SessionEvent
to all registered listeners (calls methodSessionListener.sessionOpened(SessionEvent)
on all of them}. - fireSessionOpening() - Method in class org.apache.maven.wagon.AbstractWagon
- fireSessionOpening(SessionEvent) - Method in class org.apache.maven.wagon.events.SessionEventSupport
-
Dispatches the given
SessionEvent
to all registered listeners (calls methodSessionListener.sessionOpening(SessionEvent)
on all of them}. - fireTransferCompleted(TransferEvent) - Method in class org.apache.maven.wagon.events.TransferEventSupport
-
Dispatches the given
TransferEvent
to all registered listeners (calls methodTransferListener.transferCompleted(TransferEvent)
on all of them}. - fireTransferDebug(String) - Method in class org.apache.maven.wagon.AbstractWagon
- fireTransferError(TransferEvent) - Method in class org.apache.maven.wagon.events.TransferEventSupport
-
Dispatches the given
TransferEvent
to all registered listeners (calls methodTransferListener.transferError(TransferEvent)
on all of them. - fireTransferError(Resource, Exception, int) - Method in class org.apache.maven.wagon.AbstractWagon
- fireTransferInitiated(TransferEvent) - Method in class org.apache.maven.wagon.events.TransferEventSupport
-
Dispatches the given
TransferEvent
to all registered listeners (calls methodTransferListener.transferInitiated(TransferEvent)
on all of them. - fireTransferProgress(TransferEvent, byte[], int) - Method in class org.apache.maven.wagon.AbstractWagon
- fireTransferProgress(TransferEvent, byte[], int) - Method in class org.apache.maven.wagon.events.TransferEventSupport
-
Dispatches the given
TransferEvent
to all registered listeners (calls methodTransferListener.transferProgress(TransferEvent, byte[], int)
on all of them). - fireTransferStarted(TransferEvent) - Method in class org.apache.maven.wagon.events.TransferEventSupport
-
Dispatches the given
TransferEvent
to all registered listeners (calls methodTransferListener.transferStarted(TransferEvent)
on all of them}. - flush() - Method in class org.apache.maven.wagon.LazyFileOutputStream
G
- get(String, File) - Method in class org.apache.maven.wagon.StreamWagon
- get(String, File) - Method in interface org.apache.maven.wagon.Wagon
-
Downloads specified resource from the repository to given file.
- getActualChecksum() - Method in class org.apache.maven.wagon.observers.ChecksumObserver
-
Returns md5 checksum which was computed during transfer
- getAuthenticationInfo() - Method in class org.apache.maven.wagon.AbstractWagon
- getBasedir() - Method in class org.apache.maven.wagon.repository.Repository
-
Retrieve the base directory of the repository.
- getBufferCapacityForTransfer(long) - Method in class org.apache.maven.wagon.AbstractWagon
-
Provides a buffer size for efficiently transferring the given amount of bytes such that it is not fragmented into too many chunks.
- getCause() - Method in exception org.apache.maven.wagon.WagonException
-
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
- getChannel() - Method in class org.apache.maven.wagon.LazyFileOutputStream
- getContentLength() - Method in class org.apache.maven.wagon.resource.Resource
- getDirectoryMode() - Method in class org.apache.maven.wagon.repository.RepositoryPermissions
-
Get the repository directory mode to which an artifact will belong to after deployment.
- getErr() - Method in class org.apache.maven.wagon.Streams
- getEventType() - Method in class org.apache.maven.wagon.events.SessionEvent
- getEventType() - Method in class org.apache.maven.wagon.events.TransferEvent
- getException() - Method in class org.apache.maven.wagon.events.SessionEvent
- getException() - Method in class org.apache.maven.wagon.events.TransferEvent
- getFD() - Method in class org.apache.maven.wagon.LazyFileOutputStream
- getFileList(String) - Method in class org.apache.maven.wagon.AbstractWagon
- getFileList(String) - Method in interface org.apache.maven.wagon.Wagon
-
Returns a
List
of strings naming the files and directories in the directory denoted by this abstract pathname. - getFileMode() - Method in class org.apache.maven.wagon.repository.RepositoryPermissions
-
Get the repository file mode to which an artifact will belong to after deployment.
- getGroup() - Method in class org.apache.maven.wagon.repository.RepositoryPermissions
-
Get the repository group name to which an artifact will belong to after deployment.
- getHost() - Method in class org.apache.maven.wagon.proxy.ProxyInfo
-
Return proxy server host name.
- getHost() - Method in class org.apache.maven.wagon.repository.Repository
- getId() - Method in class org.apache.maven.wagon.repository.Repository
- getIfNewer(String, File, long) - Method in class org.apache.maven.wagon.StreamWagon
- getIfNewer(String, File, long) - Method in interface org.apache.maven.wagon.Wagon
-
Downloads specified resource from the repository if it was modified since specified date.
- getIfNewerToStream(String, OutputStream, long) - Method in interface org.apache.maven.wagon.StreamingWagon
-
Downloads specified resource from the repository if it was modified since specified date.
- getIfNewerToStream(String, OutputStream, long) - Method in class org.apache.maven.wagon.StreamWagon
- getInputStream() - Method in class org.apache.maven.wagon.InputData
- getInputStream(Resource) - Method in class org.apache.maven.wagon.StreamWagon
- getLastModified() - Method in class org.apache.maven.wagon.resource.Resource
-
Returns the value of the last-modified header field.
- getLocalFile() - Method in class org.apache.maven.wagon.events.TransferEvent
- getName() - Method in class org.apache.maven.wagon.repository.Repository
- getName() - Method in class org.apache.maven.wagon.resource.Resource
- getNonProxyHosts() - Method in class org.apache.maven.wagon.proxy.ProxyInfo
- getNtlmDomain() - Method in class org.apache.maven.wagon.proxy.ProxyInfo
- getNtlmHost() - Method in class org.apache.maven.wagon.proxy.ProxyInfo
- getOut() - Method in class org.apache.maven.wagon.observers.Debug
- getOut() - Method in class org.apache.maven.wagon.Streams
- getOutputStream() - Method in class org.apache.maven.wagon.OutputData
- getOutputStream(Resource) - Method in class org.apache.maven.wagon.StreamWagon
- getParameter(String) - Method in class org.apache.maven.wagon.repository.Repository
- getPassphrase() - Method in class org.apache.maven.wagon.authentication.AuthenticationInfo
-
Get the passphrase of the private key file.
- getPassword() - Method in class org.apache.maven.wagon.authentication.AuthenticationInfo
-
Get the user's password which is used when connecting to the repository.
- getPassword() - Method in class org.apache.maven.wagon.proxy.ProxyInfo
-
Get user's password used to login to proxy server.
- getPassword() - Method in class org.apache.maven.wagon.repository.Repository
- getPath(String, String) - Static method in class org.apache.maven.wagon.AbstractWagon
- getPermissions() - Method in class org.apache.maven.wagon.repository.Repository
- getPermissionsOverride() - Method in class org.apache.maven.wagon.AbstractWagon
- getPort() - Method in class org.apache.maven.wagon.proxy.ProxyInfo
-
Get the proxy port.
- getPort() - Method in class org.apache.maven.wagon.repository.Repository
- getPrivateKey() - Method in class org.apache.maven.wagon.authentication.AuthenticationInfo
-
Get the absolute path to the private key file.
- getProtocol() - Method in class org.apache.maven.wagon.repository.Repository
- getProxyInfo() - Method in class org.apache.maven.wagon.AbstractWagon
- getProxyInfo(String) - Method in interface org.apache.maven.wagon.proxy.ProxyInfoProvider
-
Returns the proxy settings for the given protocol.
- getProxyInfo(String, String) - Method in class org.apache.maven.wagon.AbstractWagon
- getReadTimeout() - Method in class org.apache.maven.wagon.AbstractWagon
- getReadTimeout() - Method in interface org.apache.maven.wagon.Wagon
-
Get the read timeout limit in milliseconds
- getRepository() - Method in class org.apache.maven.wagon.AbstractWagon
- getRepository() - Method in interface org.apache.maven.wagon.Wagon
- getRequestType() - Method in class org.apache.maven.wagon.events.TransferEvent
-
Returns the request type.
- getResource() - Method in class org.apache.maven.wagon.events.TransferEvent
- getResource() - Method in class org.apache.maven.wagon.InputData
- getResource() - Method in class org.apache.maven.wagon.OutputData
- getSessionEventSupport() - Method in class org.apache.maven.wagon.AbstractWagon
- getTimeout() - Method in class org.apache.maven.wagon.AbstractWagon
- getTimeout() - Method in interface org.apache.maven.wagon.Wagon
-
Get the connection timeout limit in milliseconds
- getTimestamp() - Method in class org.apache.maven.wagon.events.WagonEvent
-
Returns the timestamp which indicated the time when this event has occurred
- getToStream(String, OutputStream) - Method in interface org.apache.maven.wagon.StreamingWagon
-
Downloads specified resource from the repository to given output stream.
- getToStream(String, OutputStream) - Method in class org.apache.maven.wagon.StreamWagon
- getTransfer(Resource, File, InputStream) - Method in class org.apache.maven.wagon.AbstractWagon
- getTransfer(Resource, File, InputStream, boolean, int) - Method in class org.apache.maven.wagon.AbstractWagon
-
Deprecated.
- getTransfer(Resource, File, InputStream, boolean, long) - Method in class org.apache.maven.wagon.AbstractWagon
- getTransfer(Resource, OutputStream, InputStream) - Method in class org.apache.maven.wagon.AbstractWagon
- getTransfer(Resource, OutputStream, InputStream, boolean, int) - Method in class org.apache.maven.wagon.AbstractWagon
-
Deprecated.
- getTransfer(Resource, OutputStream, InputStream, boolean, long) - Method in class org.apache.maven.wagon.AbstractWagon
- getTransferEventSupport() - Method in class org.apache.maven.wagon.AbstractWagon
- getType() - Method in class org.apache.maven.wagon.proxy.ProxyInfo
-
Get the type of the proxy server.
- getUrl() - Method in class org.apache.maven.wagon.repository.Repository
- getUserMaskFor(String) - Static method in class org.apache.maven.wagon.PermissionModeUtils
-
See the System Interfaces volume of IEEE Std 1003.1-2001, umask(1)
- getUsername() - Method in class org.apache.maven.wagon.repository.Repository
- getUserName() - Method in class org.apache.maven.wagon.authentication.AuthenticationInfo
-
Get the username used to access the repository.
- getUserName() - Method in class org.apache.maven.wagon.proxy.ProxyInfo
-
Get the proxy username.
- getWagon() - Method in class org.apache.maven.wagon.events.WagonEvent
-
Returns The Wagon object on which the WagonEvent initially occurred
H
- hashCode() - Method in class org.apache.maven.wagon.events.TransferEvent
- hashCode() - Method in class org.apache.maven.wagon.LazyFileOutputStream
- hashCode() - Method in class org.apache.maven.wagon.repository.Repository
- hashCode() - Method in class org.apache.maven.wagon.resource.Resource
- hasSessionListener(SessionListener) - Method in class org.apache.maven.wagon.AbstractWagon
- hasSessionListener(SessionListener) - Method in class org.apache.maven.wagon.events.SessionEventSupport
-
Returns whether the specified instance of session listener was added to the collection of listeners who will be notified when an session event occurs
- hasSessionListener(SessionListener) - Method in interface org.apache.maven.wagon.Wagon
- hasTransferListener(TransferListener) - Method in class org.apache.maven.wagon.AbstractWagon
- hasTransferListener(TransferListener) - Method in class org.apache.maven.wagon.events.TransferEventSupport
-
Returns whether the specified instance of transfer listener was added to the collection of listeners who will be notified when an transfer event occurs
- hasTransferListener(TransferListener) - Method in interface org.apache.maven.wagon.Wagon
- host(String) - Static method in class org.apache.maven.wagon.PathUtils
-
Return the host name (Removes protocol and path from the URL) E.g: for input
http://www.codehause.org
this method will returnwww.apache.org
I
- initCause(Throwable) - Method in exception org.apache.maven.wagon.WagonException
-
Initializes the cause of this throwable to the specified value.
- InputData - Class in org.apache.maven.wagon
- InputData() - Constructor for class org.apache.maven.wagon.InputData
- inspect() - Method in class org.apache.maven.wagon.resource.Resource
- interactive - Variable in class org.apache.maven.wagon.AbstractWagon
- isInteractive() - Method in class org.apache.maven.wagon.AbstractWagon
- isInteractive() - Method in interface org.apache.maven.wagon.Wagon
L
- LazyFileOutputStream - Class in org.apache.maven.wagon
-
Variant of FileOutputStream which creates the file only when first portion of data is written.
- LazyFileOutputStream(File) - Constructor for class org.apache.maven.wagon.LazyFileOutputStream
- LazyFileOutputStream(String) - Constructor for class org.apache.maven.wagon.LazyFileOutputStream
M
- MAXIMUM_BUFFER_SIZE - Static variable in class org.apache.maven.wagon.AbstractWagon
- MINIMUM_AMOUNT_OF_TRANSFER_CHUNKS - Static variable in class org.apache.maven.wagon.AbstractWagon
-
The desired minimum amount of chunks in which a
Resource
shall betransferred
.
O
- openConnection() - Method in class org.apache.maven.wagon.AbstractWagon
- openConnection() - Method in interface org.apache.maven.wagon.Wagon
-
Deprecated.
- openConnectionInternal() - Method in class org.apache.maven.wagon.AbstractWagon
- org.apache.maven.wagon - package org.apache.maven.wagon
- org.apache.maven.wagon.authentication - package org.apache.maven.wagon.authentication
- org.apache.maven.wagon.authorization - package org.apache.maven.wagon.authorization
- org.apache.maven.wagon.events - package org.apache.maven.wagon.events
- org.apache.maven.wagon.observers - package org.apache.maven.wagon.observers
- org.apache.maven.wagon.proxy - package org.apache.maven.wagon.proxy
- org.apache.maven.wagon.repository - package org.apache.maven.wagon.repository
- org.apache.maven.wagon.resource - package org.apache.maven.wagon.resource
- OutputData - Class in org.apache.maven.wagon
- OutputData() - Constructor for class org.apache.maven.wagon.OutputData
P
- password(String) - Static method in class org.apache.maven.wagon.PathUtils
- PathUtils - Class in org.apache.maven.wagon
-
Various path (URL) manipulation routines
- PermissionModeUtils - Class in org.apache.maven.wagon
-
Utility class for common operations for file/directory permissions.
- port(String) - Static method in class org.apache.maven.wagon.PathUtils
- postProcessListeners(Resource, File, int) - Method in class org.apache.maven.wagon.AbstractWagon
-
This method is used if you are not streaming the transfer, to make sure any listeners dependent on state (eg checksum observers) succeed.
- protocol(String) - Static method in class org.apache.maven.wagon.PathUtils
-
/** Return the protocol name.
- PROXY_HTTP - Static variable in class org.apache.maven.wagon.proxy.ProxyInfo
- PROXY_SOCKS4 - Static variable in class org.apache.maven.wagon.proxy.ProxyInfo
- PROXY_SOCKS5 - Static variable in class org.apache.maven.wagon.proxy.ProxyInfo
- proxyInfo - Variable in class org.apache.maven.wagon.AbstractWagon
-
Deprecated.
- ProxyInfo - Class in org.apache.maven.wagon.proxy
-
Contains set of properties used by
Wagon
objects while connection to the repository must go thru a proxy server. - ProxyInfo() - Constructor for class org.apache.maven.wagon.proxy.ProxyInfo
- ProxyInfoProvider - Interface in org.apache.maven.wagon.proxy
-
Interface of an object, which provides the proxy settings.
- ProxyUtils - Class in org.apache.maven.wagon.proxy
- put(File, String) - Method in class org.apache.maven.wagon.StreamWagon
- put(File, String) - Method in interface org.apache.maven.wagon.Wagon
-
Copy a file from local system to remote
- putDirectory(File, String) - Method in class org.apache.maven.wagon.AbstractWagon
- putDirectory(File, String) - Method in interface org.apache.maven.wagon.Wagon
-
Copy a directory from local system to remote
- putDirectory(File, Wagon, boolean) - Static method in class org.apache.maven.wagon.WagonUtils
-
Deprecated.
- putFromStream(InputStream, String) - Method in interface org.apache.maven.wagon.StreamingWagon
-
Deprecated.due to unknown contentLength various http(s) implementation will use a chuncked transfer encoding mode you must take care you http target server supports that (ngnix don't !). So in case of http(s) transport layer avoid using this. Will be remove in 3.0 Copy from a local input stream to remote.
- putFromStream(InputStream, String) - Method in class org.apache.maven.wagon.StreamWagon
- putFromStream(InputStream, String, long, long) - Method in interface org.apache.maven.wagon.StreamingWagon
-
Copy from a local input stream to remote.
- putFromStream(InputStream, String, long, long) - Method in class org.apache.maven.wagon.StreamWagon
- putFromStream(InputStream, Resource) - Method in class org.apache.maven.wagon.StreamWagon
- putTransfer(Resource, File, OutputStream, boolean) - Method in class org.apache.maven.wagon.AbstractWagon
- putTransfer(Resource, InputStream, OutputStream, boolean) - Method in class org.apache.maven.wagon.AbstractWagon
R
- removeSessionListener(SessionListener) - Method in class org.apache.maven.wagon.AbstractWagon
- removeSessionListener(SessionListener) - Method in class org.apache.maven.wagon.events.SessionEventSupport
-
Removes the session listener from the collection of listeners so it no longer receives session events.
- removeSessionListener(SessionListener) - Method in interface org.apache.maven.wagon.Wagon
- removeTransferListener(TransferListener) - Method in class org.apache.maven.wagon.AbstractWagon
- removeTransferListener(TransferListener) - Method in class org.apache.maven.wagon.events.TransferEventSupport
-
Removes the transfer listener from the collection of listeners so it no longer receives transfer events.
- removeTransferListener(TransferListener) - Method in interface org.apache.maven.wagon.Wagon
- repository - Variable in class org.apache.maven.wagon.AbstractWagon
- Repository - Class in org.apache.maven.wagon.repository
-
This class is an abstraction of the location from/to resources can be transfered.
- Repository() - Constructor for class org.apache.maven.wagon.repository.Repository
-
Deprecated.
- Repository(String, String) - Constructor for class org.apache.maven.wagon.repository.Repository
- RepositoryPermissions - Class in org.apache.maven.wagon.repository
-
Describes the permissions to set on files uploaded to the repository.
- RepositoryPermissions() - Constructor for class org.apache.maven.wagon.repository.RepositoryPermissions
- REQUEST_GET - Static variable in class org.apache.maven.wagon.events.TransferEvent
-
Indicates GET transfer (from the repository)
- REQUEST_PUT - Static variable in class org.apache.maven.wagon.events.TransferEvent
-
Indicates PUT transfer (to the repository)
- Resource - Class in org.apache.maven.wagon.resource
-
Describes resources which can be downloaded from the repository or uploaded to repository.
- Resource() - Constructor for class org.apache.maven.wagon.resource.Resource
- Resource(String) - Constructor for class org.apache.maven.wagon.resource.Resource
- ResourceDoesNotExistException - Exception in org.apache.maven.wagon
- ResourceDoesNotExistException(String) - Constructor for exception org.apache.maven.wagon.ResourceDoesNotExistException
- ResourceDoesNotExistException(String, Throwable) - Constructor for exception org.apache.maven.wagon.ResourceDoesNotExistException
- resourceExists(String) - Method in class org.apache.maven.wagon.AbstractWagon
- resourceExists(String) - Method in interface org.apache.maven.wagon.Wagon
-
Check if a remote resource exists
- ROLE - Static variable in interface org.apache.maven.wagon.CommandExecutor
- ROLE - Static variable in interface org.apache.maven.wagon.Wagon
S
- SESSION_CLOSED - Static variable in class org.apache.maven.wagon.events.SessionEvent
-
A SESSION was closed.
- SESSION_CONNECTION_REFUSED - Static variable in class org.apache.maven.wagon.events.SessionEvent
-
A SESSION was refused.
- SESSION_DISCONNECTED - Static variable in class org.apache.maven.wagon.events.SessionEvent
-
A SESSION was disconnected (not currently used).
- SESSION_DISCONNECTING - Static variable in class org.apache.maven.wagon.events.SessionEvent
-
A SESSION is about to be disconnected.
- SESSION_ERROR_OCCURRED - Static variable in class org.apache.maven.wagon.events.SessionEvent
-
A SESSION was opened.
- SESSION_LOGGED_IN - Static variable in class org.apache.maven.wagon.events.SessionEvent
-
A SESSION was opened.
- SESSION_LOGGED_OFF - Static variable in class org.apache.maven.wagon.events.SessionEvent
-
A SESSION was opened.
- SESSION_OPENED - Static variable in class org.apache.maven.wagon.events.SessionEvent
-
A SESSION was opened.
- SESSION_OPENING - Static variable in class org.apache.maven.wagon.events.SessionEvent
-
A SESSION is about to be opened.
- sessionConnectionRefused(SessionEvent) - Method in interface org.apache.maven.wagon.events.SessionListener
-
This method will be called when Wagon when connection to the repository was refused.
- sessionConnectionRefused(SessionEvent) - Method in class org.apache.maven.wagon.observers.Debug
- sessionDisconnected(SessionEvent) - Method in interface org.apache.maven.wagon.events.SessionListener
-
This method will be called when Wagon has closed connection to the repository.
- sessionDisconnected(SessionEvent) - Method in class org.apache.maven.wagon.observers.Debug
- sessionDisconnecting(SessionEvent) - Method in interface org.apache.maven.wagon.events.SessionListener
-
This method will be called when Wagon has closed connection to to the repository.
- sessionDisconnecting(SessionEvent) - Method in class org.apache.maven.wagon.observers.Debug
- sessionError(SessionEvent) - Method in interface org.apache.maven.wagon.events.SessionListener
-
This method will be called by Wagon when an error occurred.
- sessionError(SessionEvent) - Method in class org.apache.maven.wagon.observers.Debug
- SessionEvent - Class in org.apache.maven.wagon.events
-
SessionEvent is used for notifying SessionListeners about occurrences of various situations related.
- SessionEvent(Wagon, int) - Constructor for class org.apache.maven.wagon.events.SessionEvent
-
Creates new instance of SessionEvent
- SessionEvent(Wagon, Exception) - Constructor for class org.apache.maven.wagon.events.SessionEvent
-
Creates new instance of SessionEvent.
- sessionEventSupport - Variable in class org.apache.maven.wagon.AbstractWagon
- SessionEventSupport - Class in org.apache.maven.wagon.events
-
The class allows registration and deregistration of session listeners
- SessionEventSupport() - Constructor for class org.apache.maven.wagon.events.SessionEventSupport
- SessionListener - Interface in org.apache.maven.wagon.events
-
Interface for classes which wants to receive and respond to any session update events.
- sessionLoggedIn(SessionEvent) - Method in interface org.apache.maven.wagon.events.SessionListener
-
This method will be called by Wagon when Wagon managed to login to the repository.
- sessionLoggedIn(SessionEvent) - Method in class org.apache.maven.wagon.observers.Debug
- sessionLoggedOff(SessionEvent) - Method in interface org.apache.maven.wagon.events.SessionListener
-
This method will be called by Wagon has logged off from the repository.
- sessionLoggedOff(SessionEvent) - Method in class org.apache.maven.wagon.observers.Debug
- sessionOpened(SessionEvent) - Method in interface org.apache.maven.wagon.events.SessionListener
-
This method will be called when Wagon has successfully connected to to the repository.
- sessionOpened(SessionEvent) - Method in class org.apache.maven.wagon.observers.Debug
- sessionOpening(SessionEvent) - Method in interface org.apache.maven.wagon.events.SessionListener
-
This method will be called when Wagon is about to open connection to the repository.
- sessionOpening(SessionEvent) - Method in class org.apache.maven.wagon.observers.Debug
- setBasedir(String) - Method in class org.apache.maven.wagon.repository.Repository
- setContentLength(long) - Method in class org.apache.maven.wagon.resource.Resource
- setDirectoryMode(String) - Method in class org.apache.maven.wagon.repository.RepositoryPermissions
-
Set the repository directory mode for the deployed artifact.
- setErr(String) - Method in class org.apache.maven.wagon.Streams
- setEventType(int) - Method in class org.apache.maven.wagon.events.SessionEvent
- setEventType(int) - Method in class org.apache.maven.wagon.events.TransferEvent
- setException(Exception) - Method in class org.apache.maven.wagon.events.SessionEvent
- setFileMode(String) - Method in class org.apache.maven.wagon.repository.RepositoryPermissions
-
Set the repository file mode for the deployed artifact.
- setGroup(String) - Method in class org.apache.maven.wagon.repository.RepositoryPermissions
-
Set the repository group name for the deployed artifact.
- setHost(String) - Method in class org.apache.maven.wagon.proxy.ProxyInfo
-
Set proxy host name.
- setId(String) - Method in class org.apache.maven.wagon.repository.Repository
- setInputStream(InputStream) - Method in class org.apache.maven.wagon.InputData
- setInteractive(boolean) - Method in class org.apache.maven.wagon.AbstractWagon
- setInteractive(boolean) - Method in interface org.apache.maven.wagon.Wagon
- setLastModified(long) - Method in class org.apache.maven.wagon.resource.Resource
- setLocalFile(File) - Method in class org.apache.maven.wagon.events.TransferEvent
- setName(String) - Method in class org.apache.maven.wagon.repository.Repository
- setName(String) - Method in class org.apache.maven.wagon.resource.Resource
- setNonProxyHosts(String) - Method in class org.apache.maven.wagon.proxy.ProxyInfo
- setNtlmDomain(String) - Method in class org.apache.maven.wagon.proxy.ProxyInfo
- setNtlmHost(String) - Method in class org.apache.maven.wagon.proxy.ProxyInfo
- setOut(String) - Method in class org.apache.maven.wagon.Streams
- setOutputStream(OutputStream) - Method in class org.apache.maven.wagon.OutputData
- setParameters(Properties) - Method in class org.apache.maven.wagon.repository.Repository
- setPassphrase(String) - Method in class org.apache.maven.wagon.authentication.AuthenticationInfo
-
Set the passphrase of the private key file.
- setPassword(String) - Method in class org.apache.maven.wagon.authentication.AuthenticationInfo
-
Set the user's password which is used when connecting to the repository.
- setPassword(String) - Method in class org.apache.maven.wagon.proxy.ProxyInfo
-
Set the user's password for the proxy server.
- setPermissions(RepositoryPermissions) - Method in class org.apache.maven.wagon.repository.Repository
- setPermissionsOverride(RepositoryPermissions) - Method in class org.apache.maven.wagon.AbstractWagon
- setPort(int) - Method in class org.apache.maven.wagon.proxy.ProxyInfo
-
Set the proxy port.
- setPort(int) - Method in class org.apache.maven.wagon.repository.Repository
- setPrivateKey(String) - Method in class org.apache.maven.wagon.authentication.AuthenticationInfo
-
Set the absolute path to private key file.
- setProtocol(String) - Method in class org.apache.maven.wagon.repository.Repository
- setReadTimeout(int) - Method in class org.apache.maven.wagon.AbstractWagon
- setReadTimeout(int) - Method in interface org.apache.maven.wagon.Wagon
-
Set the read timeout limit in milliseconds
- setRequestType(int) - Method in class org.apache.maven.wagon.events.TransferEvent
-
Sets the request type
- setResource(Resource) - Method in class org.apache.maven.wagon.events.TransferEvent
- setResource(Resource) - Method in class org.apache.maven.wagon.InputData
- setResource(Resource) - Method in class org.apache.maven.wagon.OutputData
- setSessionEventSupport(SessionEventSupport) - Method in class org.apache.maven.wagon.AbstractWagon
- setTimeout(int) - Method in class org.apache.maven.wagon.AbstractWagon
- setTimeout(int) - Method in interface org.apache.maven.wagon.Wagon
-
Set the connection timeout limit in milliseconds
- setTimestamp(long) - Method in class org.apache.maven.wagon.events.WagonEvent
-
Sets the timestamp which indicated the time when this event has occurred
- setTransferEventSupport(TransferEventSupport) - Method in class org.apache.maven.wagon.AbstractWagon
- setType(String) - Method in class org.apache.maven.wagon.proxy.ProxyInfo
- setUrl(String) - Method in class org.apache.maven.wagon.repository.Repository
- setUserName(String) - Method in class org.apache.maven.wagon.authentication.AuthenticationInfo
-
Set username used to access the repository.
- setUserName(String) - Method in class org.apache.maven.wagon.proxy.ProxyInfo
-
Set the proxy username.
- StreamingWagon - Interface in org.apache.maven.wagon
- Streams - Class in org.apache.maven.wagon
- Streams() - Constructor for class org.apache.maven.wagon.Streams
- StreamWagon - Class in org.apache.maven.wagon
-
Base class for wagon which provide stream based API.
- StreamWagon() - Constructor for class org.apache.maven.wagon.StreamWagon
- supportsDirectoryCopy() - Method in class org.apache.maven.wagon.AbstractWagon
- supportsDirectoryCopy() - Method in interface org.apache.maven.wagon.Wagon
-
Flag indicating if this wagon supports directory copy operations.
T
- timestamp - Variable in class org.apache.maven.wagon.events.WagonEvent
-
The time when event occurred
- toRelative(File, String) - Static method in class org.apache.maven.wagon.PathUtils
- toString() - Method in class org.apache.maven.wagon.events.SessionEvent
- toString() - Method in class org.apache.maven.wagon.events.TransferEvent
- toString() - Method in class org.apache.maven.wagon.LazyFileOutputStream
- toString() - Method in class org.apache.maven.wagon.proxy.ProxyInfo
- toString() - Method in class org.apache.maven.wagon.repository.Repository
- toString() - Method in class org.apache.maven.wagon.resource.Resource
- toString(String, Wagon) - Static method in class org.apache.maven.wagon.WagonUtils
-
Deprecated.
- transfer(Resource, File, OutputStream, boolean) - Method in class org.apache.maven.wagon.AbstractWagon
-
Write from
File
toOutputStream
- transfer(Resource, InputStream, OutputStream, int) - Method in class org.apache.maven.wagon.AbstractWagon
-
Write from
InputStream
toOutputStream
. - transfer(Resource, InputStream, OutputStream, int, int) - Method in class org.apache.maven.wagon.AbstractWagon
-
Deprecated.Please use the transfer using long as type of maxSize
- transfer(Resource, InputStream, OutputStream, int, long) - Method in class org.apache.maven.wagon.AbstractWagon
-
Write from
InputStream
toOutputStream
. - TRANSFER_COMPLETED - Static variable in class org.apache.maven.wagon.events.TransferEvent
-
A transfer is completed.
- TRANSFER_ERROR - Static variable in class org.apache.maven.wagon.events.TransferEvent
-
An error occurred during transfer
- TRANSFER_INITIATED - Static variable in class org.apache.maven.wagon.events.TransferEvent
-
A transfer was attempted, but has not yet commenced.
- TRANSFER_PROGRESS - Static variable in class org.apache.maven.wagon.events.TransferEvent
-
A transfer is in progress.
- TRANSFER_STARTED - Static variable in class org.apache.maven.wagon.events.TransferEvent
-
A transfer was started.
- transferCompleted(TransferEvent) - Method in interface org.apache.maven.wagon.events.TransferListener
- transferCompleted(TransferEvent) - Method in class org.apache.maven.wagon.observers.AbstractTransferListener
- transferCompleted(TransferEvent) - Method in class org.apache.maven.wagon.observers.ChecksumObserver
- transferCompleted(TransferEvent) - Method in class org.apache.maven.wagon.observers.Debug
- transferError(TransferEvent) - Method in interface org.apache.maven.wagon.events.TransferListener
- transferError(TransferEvent) - Method in class org.apache.maven.wagon.observers.AbstractTransferListener
- transferError(TransferEvent) - Method in class org.apache.maven.wagon.observers.ChecksumObserver
- transferError(TransferEvent) - Method in class org.apache.maven.wagon.observers.Debug
- TransferEvent - Class in org.apache.maven.wagon.events
-
TransferEvent is used to notify TransferListeners about progress in transfer of resources form/to the repository
- TransferEvent(Wagon, Resource, int, int) - Constructor for class org.apache.maven.wagon.events.TransferEvent
- TransferEvent(Wagon, Resource, Exception, int) - Constructor for class org.apache.maven.wagon.events.TransferEvent
- transferEventSupport - Variable in class org.apache.maven.wagon.AbstractWagon
- TransferEventSupport - Class in org.apache.maven.wagon.events
-
The class allows registration and removal of event listeners of type TransferListener and dispatch of those events to those listeners
- TransferEventSupport() - Constructor for class org.apache.maven.wagon.events.TransferEventSupport
- TransferFailedException - Exception in org.apache.maven.wagon
-
Exception which should be thrown when IO error occurred during a transfer from repository
- TransferFailedException(String) - Constructor for exception org.apache.maven.wagon.TransferFailedException
- TransferFailedException(String, Throwable) - Constructor for exception org.apache.maven.wagon.TransferFailedException
- transferInitiated(TransferEvent) - Method in interface org.apache.maven.wagon.events.TransferListener
- transferInitiated(TransferEvent) - Method in class org.apache.maven.wagon.observers.AbstractTransferListener
- transferInitiated(TransferEvent) - Method in class org.apache.maven.wagon.observers.ChecksumObserver
- transferInitiated(TransferEvent) - Method in class org.apache.maven.wagon.observers.Debug
- TransferListener - Interface in org.apache.maven.wagon.events
- transferProgress(TransferEvent, byte[], int) - Method in interface org.apache.maven.wagon.events.TransferListener
- transferProgress(TransferEvent, byte[], int) - Method in class org.apache.maven.wagon.observers.AbstractTransferListener
- transferProgress(TransferEvent, byte[], int) - Method in class org.apache.maven.wagon.observers.ChecksumObserver
- transferProgress(TransferEvent, byte[], int) - Method in class org.apache.maven.wagon.observers.Debug
- transferStarted(TransferEvent) - Method in interface org.apache.maven.wagon.events.TransferListener
- transferStarted(TransferEvent) - Method in class org.apache.maven.wagon.observers.AbstractTransferListener
- transferStarted(TransferEvent) - Method in class org.apache.maven.wagon.observers.ChecksumObserver
- transferStarted(TransferEvent) - Method in class org.apache.maven.wagon.observers.Debug
U
- UNKNOWN_LENGTH - Static variable in class org.apache.maven.wagon.WagonConstants
-
Indicates that length has not been set.
- UNKNOWN_PORT - Static variable in class org.apache.maven.wagon.WagonConstants
-
Indicates that port has not been set.
- UnsupportedProtocolException - Exception in org.apache.maven.wagon
-
This exception is thrown when no Wagon provider is supporting protocol required by some repository
- UnsupportedProtocolException(String) - Constructor for exception org.apache.maven.wagon.UnsupportedProtocolException
- UnsupportedProtocolException(String, Throwable) - Constructor for exception org.apache.maven.wagon.UnsupportedProtocolException
- user(String) - Static method in class org.apache.maven.wagon.PathUtils
V
- validateNonProxyHosts(ProxyInfo, String) - Static method in class org.apache.maven.wagon.proxy.ProxyUtils
-
Check if the specified host is in the list of non proxy hosts.
W
- Wagon - Interface in org.apache.maven.wagon
- WagonConstants - Class in org.apache.maven.wagon
-
This class contains constants used in Wagon API.
- WagonConstants() - Constructor for class org.apache.maven.wagon.WagonConstants
- WagonEvent - Class in org.apache.maven.wagon.events
-
Base class for all events emitted by
Wagon
objects. - WagonEvent(Wagon) - Constructor for class org.apache.maven.wagon.events.WagonEvent
- WagonException - Exception in org.apache.maven.wagon
-
Root class for all exception in Wagon API
- WagonException(String) - Constructor for exception org.apache.maven.wagon.WagonException
-
Constructs a new WagonException with the specified detail message and cause.
- WagonException(String, Throwable) - Constructor for exception org.apache.maven.wagon.WagonException
-
Constructs a new WagonException with the specified detail message.
- WagonUtils - Class in org.apache.maven.wagon
-
Deprecated.
- write(byte[]) - Method in class org.apache.maven.wagon.LazyFileOutputStream
- write(byte[], int, int) - Method in class org.apache.maven.wagon.LazyFileOutputStream
- write(int) - Method in class org.apache.maven.wagon.LazyFileOutputStream
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
Wagon.connect(org.apache.maven.wagon.repository.Repository)
or related methods - this is an internal method