A B C D E F G H I L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractHttpClientWagon - Class in org.apache.maven.wagon.shared.http
- AbstractHttpClientWagon() - Constructor for class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- AbstractHttpClientWagon.RequestEntityImplementation - Class in org.apache.maven.wagon.shared.http
- 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
- actualChecksum - Variable in class org.apache.maven.wagon.observers.ChecksumObserver
- addHeader(String, String) - Method in class org.apache.maven.wagon.shared.http.HttpMethodConfiguration
- addParam(String, String) - Method in class org.apache.maven.wagon.shared.http.HttpMethodConfiguration
- 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
- all - Variable in class org.apache.maven.wagon.shared.http.HttpConfiguration
- ALLOW_CIRCULAR_REDIRECTS - Static variable in class org.apache.maven.wagon.shared.http.ConfigurationUtils
- APACHE_INDEX_SKIP - Static variable in class org.apache.maven.wagon.shared.http.HtmlFileListParser
- asRequestHeaders() - Method in class org.apache.maven.wagon.shared.http.HttpMethodConfiguration
- asRequestHeaders(HttpMethodConfiguration) - Static method in class org.apache.maven.wagon.shared.http.ConfigurationUtils
- authCache - Variable in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- 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
- authorization(String) - Static method in class org.apache.maven.wagon.PathUtils
-
This was changed from private to package local so that it can be unit tested.
- 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
- backoff(int, String) - Method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- basedir - Variable in class org.apache.maven.wagon.repository.Repository
- basedir(String) - Static method in class org.apache.maven.wagon.PathUtils
-
Derive the path portion of the given URL.
- basicAuth - Variable in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
-
Basic auth scope overrides
- BasicAuthScope - Class in org.apache.maven.wagon.shared.http
- BasicAuthScope() - Constructor for class org.apache.maven.wagon.shared.http.BasicAuthScope
- 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.
- buildUrl(Resource) - Method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
-
Builds a complete URL string from the repository URL and the relative path of the resource passed.
C
- calculateRelocatedUrl(HttpResponse) - Method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- cause - Variable in exception org.apache.maven.wagon.WagonException
-
the throwable that caused this exception to get thrown
- 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
- cleanLink(URI, String) - Static method in class org.apache.maven.wagon.shared.http.HtmlFileListParser
- cleanupGetTransfer(Resource) - Method in class org.apache.maven.wagon.AbstractWagon
- cleanupGetTransfer(Resource) - Method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- cleanupPutTransfer(Resource) - Method in class org.apache.maven.wagon.AbstractWagon
- close() - Method in class org.apache.maven.wagon.LazyFileOutputStream
- closeable - Variable in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- closeConnection() - Method in class org.apache.maven.wagon.AbstractWagon
- closeConnection() - Method in class org.apache.maven.wagon.providers.file.FileWagon
- closeConnection() - Method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- closeConnection() - Method in class org.apache.maven.wagon.StreamWagon
- COERCE_PATTERN - Static variable in class org.apache.maven.wagon.shared.http.ConfigurationUtils
- 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
- ConfigurationUtils - Class in org.apache.maven.wagon.shared.http
-
Configuration helper class
- ConfigurationUtils() - Constructor for class org.apache.maven.wagon.shared.http.ConfigurationUtils
- CONN_MANAGER_TIMEOUT - Static variable in class org.apache.maven.wagon.shared.http.ConfigurationUtils
- CONN_TTL - Static variable in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
-
Time to live in seconds for an HTTP connection.
- 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.
- CONNECTION_TIMEOUT - Static variable in class org.apache.maven.wagon.shared.http.ConfigurationUtils
- 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
- connectionTimeout - Variable in class org.apache.maven.wagon.AbstractWagon
- connectionTimeout - Variable in class org.apache.maven.wagon.shared.http.HttpMethodConfiguration
- contentLength - Variable in class org.apache.maven.wagon.resource.Resource
- COOKIE_POLICY - Static variable in class org.apache.maven.wagon.shared.http.ConfigurationUtils
- copy() - Method in class org.apache.maven.wagon.shared.http.HttpMethodConfiguration
- copyConfig(HttpMethodConfiguration, RequestConfig.Builder) - Static method in class org.apache.maven.wagon.shared.http.ConfigurationUtils
- createAuthSchemeRegistry() - Static method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- createClient() - Static method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- createConnManager() - Static method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- createParentDirectories(File) - Method in class org.apache.maven.wagon.AbstractWagon
- createRetryHandler() - Static method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- credentialsProvider - Variable in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
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
- decode(String) - Static method in class org.apache.maven.wagon.PathUtils
-
Decodes the specified (portion of a) URL.
- 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_PROXY - Static variable in class org.apache.maven.wagon.shared.http.ConfigurationUtils
- DEFAULT_PUT - Static variable in class org.apache.maven.wagon.shared.http.HttpConfiguration
- DEFAULT_READ_TIMEOUT - Static variable in interface org.apache.maven.wagon.Wagon
-
default 1800s approximately 30 minutes
- delegee - Variable in class org.apache.maven.wagon.LazyFileOutputStream
- digester - Variable in class org.apache.maven.wagon.observers.ChecksumObserver
- directoryMode - Variable in class org.apache.maven.wagon.repository.RepositoryPermissions
-
Repository directory mode.
- 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.
- encodeURL(String) - Static method in class org.apache.maven.wagon.shared.http.EncodingUtil
-
Parses and returns an encoded version of the given URL string.
- encodeURLToString(String) - Static method in class org.apache.maven.wagon.shared.http.EncodingUtil
-
Parses and returns an encoded version of the given URL string.
- encodeURLToString(String, String...) - Static method in class org.apache.maven.wagon.shared.http.EncodingUtil
-
Parses and returns an encoded version of the given URL string alongside the given paths.
- EncodingUtil - Class in org.apache.maven.wagon.shared.http
-
Encoding utility.
- EncodingUtil() - Constructor for class org.apache.maven.wagon.shared.http.EncodingUtil
- endOfHostPosition(String, int) - Static method in class org.apache.maven.wagon.PathUtils
- 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
- err - Variable in class org.apache.maven.wagon.Streams
- eventType - Variable in class org.apache.maven.wagon.events.SessionEvent
-
The type of the event.
- eventType - Variable in class org.apache.maven.wagon.events.TransferEvent
- exception - Variable in class org.apache.maven.wagon.events.SessionEvent
- exception - Variable in class org.apache.maven.wagon.events.TransferEvent
- execute(HttpUriRequest) - Method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- executeCommand(String) - Method in interface org.apache.maven.wagon.CommandExecutor
- executeCommand(String, boolean) - Method in interface org.apache.maven.wagon.CommandExecutor
F
- file - Variable in class org.apache.maven.wagon.LazyFileOutputStream
- fileMode - Variable in class org.apache.maven.wagon.repository.RepositoryPermissions
-
Repository file mode.
- filename(String) - Static method in class org.apache.maven.wagon.PathUtils
-
Returns the filename portion of a file specification string.
- FileWagon - Class in org.apache.maven.wagon.providers.file
-
Wagon Provider for Local File System
- FileWagon() - Constructor for class org.apache.maven.wagon.providers.file.FileWagon
- fillInputData(int, InputData) - Method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- fillInputData(InputData) - Method in class org.apache.maven.wagon.providers.file.FileWagon
- fillInputData(InputData) - Method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- fillInputData(InputData) - Method in class org.apache.maven.wagon.StreamWagon
- fillOutputData(OutputData) - Method in class org.apache.maven.wagon.providers.file.FileWagon
- fillOutputData(OutputData) - Method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- 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 - Variable in class org.apache.maven.wagon.shared.http.HttpConfiguration
- 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
- getAll() - Method in class org.apache.maven.wagon.shared.http.HttpConfiguration
- getAuthCache() - Method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- 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.
- getBasicAuthScope() - Method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
-
Get the override values for standard HttpClient AuthScope
- 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
- getConnectionTimeout() - Method in class org.apache.maven.wagon.shared.http.HttpMethodConfiguration
- getContent() - Method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.RequestEntityImplementation
- getContentLength() - Method in class org.apache.maven.wagon.resource.Resource
- getContentLength() - Method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.RequestEntityImplementation
- getCredentialsProvider() - Method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- 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(int, String) - Method in class org.apache.maven.wagon.providers.http.HttpWagon
- getFileList(String) - Method in class org.apache.maven.wagon.AbstractWagon
- getFileList(String) - Method in class org.apache.maven.wagon.providers.file.FileWagon
- getFileList(String) - Method in class org.apache.maven.wagon.providers.http.HttpWagon
- 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.
- getGet() - Method in class org.apache.maven.wagon.shared.http.HttpConfiguration
- getGroup() - Method in class org.apache.maven.wagon.repository.RepositoryPermissions
-
Get the repository group name to which an artifact will belong to after deployment.
- getHead() - Method in class org.apache.maven.wagon.shared.http.HttpConfiguration
- getHeaders() - Method in class org.apache.maven.wagon.shared.http.HttpMethodConfiguration
- 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
- getHost() - Method in class org.apache.maven.wagon.shared.http.BasicAuthScope
- getHttpClient() - Static method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- getHttpConfiguration() - Method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- getHttpHeaders() - Method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- 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
- getInitialBackoffSeconds() - Method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- 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
- getMaxBackoffWaitSeconds() - Static method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- getMethodConfiguration(HttpUriRequest) - Method in class org.apache.maven.wagon.shared.http.HttpConfiguration
- 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
- getNonRetryableExceptions() - Static method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- 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
- getParams() - Method in class org.apache.maven.wagon.shared.http.HttpMethodConfiguration
- 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
- getPort() - Method in class org.apache.maven.wagon.shared.http.BasicAuthScope
- 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
- getProxyBasicAuthScope() - Method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
-
Get the override values for proxy HttpClient AuthScope
- 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
- getPut() - Method in class org.apache.maven.wagon.shared.http.HttpConfiguration
- getReadTimeout() - Method in class org.apache.maven.wagon.AbstractWagon
- getReadTimeout() - Method in class org.apache.maven.wagon.shared.http.HttpMethodConfiguration
- getReadTimeout() - Method in interface org.apache.maven.wagon.Wagon
-
Get the read timeout limit in milliseconds
- getRealm() - Method in class org.apache.maven.wagon.shared.http.BasicAuthScope
- 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
- getScope(String, int) - Method in class org.apache.maven.wagon.shared.http.BasicAuthScope
-
Create an authScope given the /repository/host and /repository/password and the /server/basicAuth or /server/proxyBasicAuth host, port and realm settings.
- getScope(HttpHost) - Method in class org.apache.maven.wagon.shared.http.BasicAuthScope
-
Given a HttpHost, return scope with overrides from appropriate basicAuth configuration.
- 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
- getURL(Repository) - Method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
-
getUrl Implementors can override this to remove unwanted parts of the url such as role-hints
- getUseDefaultHeaders() - Method in class org.apache.maven.wagon.shared.http.HttpMethodConfiguration
- getUserAgent(HttpUriRequest) - Method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- 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
- GMT_TIME_ZONE - Static variable in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- group - Variable in class org.apache.maven.wagon.repository.RepositoryPermissions
-
Repository group name.
H
- HANDLE_AUTHENTICATION - Static variable in class org.apache.maven.wagon.shared.http.ConfigurationUtils
- HANDLE_REDIRECTS - Static variable in class org.apache.maven.wagon.shared.http.ConfigurationUtils
- 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
- head - Variable in class org.apache.maven.wagon.shared.http.HttpConfiguration
- headers - Variable in class org.apache.maven.wagon.shared.http.HttpMethodConfiguration
- host - Variable in class org.apache.maven.wagon.proxy.ProxyInfo
-
Proxy server host
- host - Variable in class org.apache.maven.wagon.repository.Repository
- host - Variable in class org.apache.maven.wagon.shared.http.BasicAuthScope
- 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
- HtmlFileListParser - Class in org.apache.maven.wagon.shared.http
-
Html File List Parser.
- HtmlFileListParser() - Constructor for class org.apache.maven.wagon.shared.http.HtmlFileListParser
- httpClient - Static variable in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- httpClientConnectionManager - Static variable in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
-
Internal connection manager
- httpConfiguration - Variable in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- HttpConfiguration - Class in org.apache.maven.wagon.shared.http
- HttpConfiguration() - Constructor for class org.apache.maven.wagon.shared.http.HttpConfiguration
- httpHeaders - Variable in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
-
Deprecated.Use httpConfiguration instead.
- HttpMethodConfiguration - Class in org.apache.maven.wagon.shared.http
- HttpMethodConfiguration() - Constructor for class org.apache.maven.wagon.shared.http.HttpMethodConfiguration
- HttpWagon - Class in org.apache.maven.wagon.providers.http
- HttpWagon() - Constructor for class org.apache.maven.wagon.providers.http.HttpWagon
I
- id - Variable in class org.apache.maven.wagon.repository.Repository
- IGNORE_SSL_VALIDITY_DATES - Static variable in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
-
if using sslInsecure, certificate date issues will be ignored disabled by default
- ignoreSSLValidityDates - Variable in class org.apache.maven.wagon.shared.http.RelaxedTrustStrategy
- initCause(Throwable) - Method in exception org.apache.maven.wagon.WagonException
-
Initializes the cause of this throwable to the specified value.
- initialBackoffSeconds - Variable in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
-
Initial seconds to back off when a HTTP 429 received.
- initialize() - Method in class org.apache.maven.wagon.LazyFileOutputStream
- InputData - Class in org.apache.maven.wagon
- InputData() - Constructor for class org.apache.maven.wagon.InputData
- inputStream - Variable in 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
- isAcceptableLink(String) - Static method in class org.apache.maven.wagon.shared.http.HtmlFileListParser
- isInteractive() - Method in class org.apache.maven.wagon.AbstractWagon
- isInteractive() - Method in interface org.apache.maven.wagon.Wagon
- isIPv6Address() - Method in class org.apache.maven.wagon.repository.Repository
-
Checks whtther provided url contains IPv6 format in host portion
- isRepeatable() - Method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.RequestEntityImplementation
- isStreaming() - Method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.RequestEntityImplementation
- isTrusted(X509Certificate[], String) - Method in class org.apache.maven.wagon.shared.http.RelaxedTrustStrategy
- isUseDefaultHeaders() - Method in class org.apache.maven.wagon.shared.http.HttpMethodConfiguration
- isUsePreemptive() - Method in class org.apache.maven.wagon.shared.http.HttpMethodConfiguration
L
- lastModified - Variable in class org.apache.maven.wagon.resource.Resource
- 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
- length - Variable in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.RequestEntityImplementation
- listeners - Variable in class org.apache.maven.wagon.events.SessionEventSupport
-
registered listeners
- listeners - Variable in class org.apache.maven.wagon.events.TransferEventSupport
-
registered listeners
- LOCAL_ADDRESS - Static variable in class org.apache.maven.wagon.shared.http.ConfigurationUtils
- localFile - Variable in class org.apache.maven.wagon.events.TransferEvent
M
- MAILTO_URLS - Static variable in class org.apache.maven.wagon.shared.http.HtmlFileListParser
- MAX_BACKOFF_WAIT_SECONDS - Static variable in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
-
The maximum amount of time we want to back off in the case of repeated HTTP 429 response codes.
- MAX_CONN_PER_ROUTE - Static variable in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
-
Maximum concurrent connections per distinct route.
- MAX_CONN_TOTAL - Static variable in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
-
Maximum concurrent connections in total.
- MAX_REDIRECTS - Static variable in class org.apache.maven.wagon.shared.http.ConfigurationUtils
- MAXIMUM_BUFFER_SIZE - Static variable in class org.apache.maven.wagon.AbstractWagon
- merge(HttpMethodConfiguration, HttpMethodConfiguration) - Static method in class org.apache.maven.wagon.shared.http.ConfigurationUtils
- merge(HttpMethodConfiguration, HttpMethodConfiguration, HttpMethodConfiguration) - Static method in class org.apache.maven.wagon.shared.http.ConfigurationUtils
- 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
. - mkdirs(String) - Method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
N
- name - Variable in class org.apache.maven.wagon.repository.Repository
- name - Variable in class org.apache.maven.wagon.resource.Resource
- nonProxyHosts - Variable in class org.apache.maven.wagon.proxy.ProxyInfo
-
The non-proxy hosts.
- ntlmDomain - Variable in class org.apache.maven.wagon.proxy.ProxyInfo
-
For NTLM proxies, specifies the NTLM domain.
- ntlmHost - Variable in class org.apache.maven.wagon.proxy.ProxyInfo
-
For NTLM proxies, specifies the NTLM host.
O
- openConnection() - Method in class org.apache.maven.wagon.AbstractWagon
- openConnection() - Method in interface org.apache.maven.wagon.Wagon
-
Deprecated.connect using the
Wagon.connect(org.apache.maven.wagon.repository.Repository)
or related methods - this is an internal method - openConnectionInternal() - Method in class org.apache.maven.wagon.AbstractWagon
- openConnectionInternal() - Method in class org.apache.maven.wagon.providers.file.FileWagon
- openConnectionInternal() - Method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- 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.providers.file - package org.apache.maven.wagon.providers.file
- org.apache.maven.wagon.providers.http - package org.apache.maven.wagon.providers.http
- 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
- org.apache.maven.wagon.shared.http - package org.apache.maven.wagon.shared.http
- out - Variable in class org.apache.maven.wagon.observers.Debug
- out - Variable in class org.apache.maven.wagon.Streams
- OutputData - Class in org.apache.maven.wagon
- OutputData() - Constructor for class org.apache.maven.wagon.OutputData
- outputStream - Variable in class org.apache.maven.wagon.OutputData
P
- parameters - Variable in class org.apache.maven.wagon.repository.Repository
-
Properties influencing wagon behaviour which are very specific to particular wagon.
- params - Variable in class org.apache.maven.wagon.shared.http.HttpMethodConfiguration
- parseFileList(String, InputStream) - Static method in class org.apache.maven.wagon.shared.http.HtmlFileListParser
-
Fetches a raw HTML from a provided InputStream, parses it, and returns the file list.
- passphrase - Variable in class org.apache.maven.wagon.authentication.AuthenticationInfo
-
Passphrase of the user's private key file
- password - Variable in class org.apache.maven.wagon.authentication.AuthenticationInfo
-
Password associated with the login
- password - Variable in class org.apache.maven.wagon.proxy.ProxyInfo
-
Password associated with the proxy server
- password - Variable in class org.apache.maven.wagon.repository.Repository
- password(String) - Static method in class org.apache.maven.wagon.PathUtils
- PathUtils - Class in org.apache.maven.wagon
-
Various path (URL) manipulation routines
- PathUtils() - Constructor for class org.apache.maven.wagon.PathUtils
- PermissionModeUtils - Class in org.apache.maven.wagon
-
Utility class for common operations for file/directory permissions.
- PermissionModeUtils() - Constructor for class org.apache.maven.wagon.PermissionModeUtils
- permissions - Variable in class org.apache.maven.wagon.repository.Repository
- permissionsOverride - Variable in class org.apache.maven.wagon.AbstractWagon
- persistentPool - Static variable in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
-
use http(s) connection pool mechanism.
- port - Variable in class org.apache.maven.wagon.proxy.ProxyInfo
-
Proxy server port
- port - Variable in class org.apache.maven.wagon.repository.Repository
- port - Variable in class org.apache.maven.wagon.shared.http.BasicAuthScope
- 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.
- privateKey - Variable in class org.apache.maven.wagon.authentication.AuthenticationInfo
-
The absolute path to private key file
- protocol - Variable in class org.apache.maven.wagon.repository.Repository
- protocol(String) - Static method in class org.apache.maven.wagon.PathUtils
-
/** Return the protocol name.
- PROXY_AUTH_PREF - Static variable in class org.apache.maven.wagon.shared.http.ConfigurationUtils
- 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
- proxyAuth - Variable in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
-
Proxy basic auth scope overrides
- 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 - Variable in class org.apache.maven.wagon.AbstractWagon
- 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
- ProxyUtils() - Constructor for class org.apache.maven.wagon.proxy.ProxyUtils
- put - Variable in class org.apache.maven.wagon.shared.http.HttpConfiguration
- put(int, Resource, File, HttpEntity, String) - Method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- put(File, String) - Method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- 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
- put(InputStream, Resource, File) - Method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- put(Resource, File, HttpEntity) - Method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- put(Resource, File, HttpEntity, String) - Method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- putDirectory(File, String) - Method in class org.apache.maven.wagon.AbstractWagon
- putDirectory(File, String) - Method in class org.apache.maven.wagon.providers.file.FileWagon
- 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 class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- 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 class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- 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.shared.http.AbstractHttpClientWagon
- 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
- readTimeout - Variable in class org.apache.maven.wagon.AbstractWagon
-
read timeout value
- readTimeout - Variable in class org.apache.maven.wagon.shared.http.HttpMethodConfiguration
- realm - Variable in class org.apache.maven.wagon.shared.http.BasicAuthScope
- REJECT_RELATIVE_REDIRECT - Static variable in class org.apache.maven.wagon.shared.http.ConfigurationUtils
- RelaxedTrustStrategy - Class in org.apache.maven.wagon.shared.http
-
Relaxed X509 certificate trust manager: can ignore invalid certificate date.
- RelaxedTrustStrategy(boolean) - Constructor for class org.apache.maven.wagon.shared.http.RelaxedTrustStrategy
- 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
- repeatable - Variable in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.RequestEntityImplementation
- 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)
- RequestEntityImplementation(InputStream, Resource, Wagon, File) - Constructor for class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.RequestEntityImplementation
- requestType - Variable in class org.apache.maven.wagon.events.TransferEvent
- resolveDestinationPath(String) - Method in class org.apache.maven.wagon.providers.file.FileWagon
- resource - Variable in class org.apache.maven.wagon.events.TransferEvent
- resource - Variable in class org.apache.maven.wagon.InputData
- resource - Variable in class org.apache.maven.wagon.OutputData
- resource - Variable in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.RequestEntityImplementation
- 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(int, String) - Method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- resourceExists(String) - Method in class org.apache.maven.wagon.AbstractWagon
- resourceExists(String) - Method in class org.apache.maven.wagon.providers.file.FileWagon
- resourceExists(String) - Method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- resourceExists(String) - Method in interface org.apache.maven.wagon.Wagon
-
Check if a remote resource exists
- RETRY_HANDLER_CLASS - Static variable in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
-
The type of the retry handler, defaults to
standard
. - RETRY_HANDLER_COUNT - Static variable in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
-
Number of retries for the retry handler, defaults to 3.
- RETRY_HANDLER_EXCEPTIONS - Static variable in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
-
Comma-separated list of non-retryable exception classes.
- RETRY_HANDLER_REQUEST_SENT_ENABLED - Static variable in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
-
Whether or not methods that have successfully sent their request will be retried, defaults to
false
. - ROLE - Static variable in interface org.apache.maven.wagon.CommandExecutor
- ROLE - Static variable in interface org.apache.maven.wagon.Wagon
S
- SC_TOO_MANY_REQUESTS - Static variable in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
-
See RFC6585
- serialVersionUID - Static variable in class org.apache.maven.wagon.repository.Repository
- 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
- setAll(HttpMethodConfiguration) - Method in class org.apache.maven.wagon.shared.http.HttpConfiguration
- setBasedir(String) - Method in class org.apache.maven.wagon.repository.Repository
- setBasicAuthScope(BasicAuthScope) - Method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
-
Set the override values for standard HttpClient AuthScope
- setConnectionTimeout(int) - Method in class org.apache.maven.wagon.shared.http.HttpMethodConfiguration
- 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.
- setGet(HttpMethodConfiguration) - Method in class org.apache.maven.wagon.shared.http.HttpConfiguration
- setGroup(String) - Method in class org.apache.maven.wagon.repository.RepositoryPermissions
-
Set the repository group name for the deployed artifact.
- setHead(HttpMethodConfiguration) - Method in class org.apache.maven.wagon.shared.http.HttpConfiguration
- setHeaders(Properties) - Method in class org.apache.maven.wagon.shared.http.HttpMethodConfiguration
- setHeaders(HttpUriRequest) - Method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- setHost(String) - Method in class org.apache.maven.wagon.proxy.ProxyInfo
-
Set proxy host name.
- setHost(String) - Method in class org.apache.maven.wagon.shared.http.BasicAuthScope
- setHttpConfiguration(HttpConfiguration) - Method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- setHttpHeaders(Properties) - Method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- setId(String) - Method in class org.apache.maven.wagon.repository.Repository
- setInitialBackoffSeconds(int) - Method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- 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
- setParams(Properties) - Method in class org.apache.maven.wagon.shared.http.HttpMethodConfiguration
- 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
- setPersistentPool(boolean) - Static method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- setPoolingHttpClientConnectionManager(PoolingHttpClientConnectionManager) - Static method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
- 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
- setPort(String) - Method in class org.apache.maven.wagon.shared.http.BasicAuthScope
- 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
- setProxyBasicAuthScope(BasicAuthScope) - Method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
-
Set the override values for proxy HttpClient AuthScope
- setPut(HttpMethodConfiguration) - Method in class org.apache.maven.wagon.shared.http.HttpConfiguration
- setReadTimeout(int) - Method in class org.apache.maven.wagon.AbstractWagon
- setReadTimeout(int) - Method in class org.apache.maven.wagon.shared.http.HttpMethodConfiguration
- setReadTimeout(int) - Method in interface org.apache.maven.wagon.Wagon
-
Set the read timeout limit in milliseconds
- setRealm(String) - Method in class org.apache.maven.wagon.shared.http.BasicAuthScope
- 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
- setUseDefaultHeaders(boolean) - Method in class org.apache.maven.wagon.shared.http.HttpMethodConfiguration
- setUsePreemptive(boolean) - Method in class org.apache.maven.wagon.shared.http.HttpMethodConfiguration
- 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.
- SKIPS - Static variable in class org.apache.maven.wagon.shared.http.HtmlFileListParser
- SO_TIMEOUT - Static variable in class org.apache.maven.wagon.shared.http.ConfigurationUtils
- source - Variable in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.RequestEntityImplementation
- split(String, String, int) - Static method in class org.apache.maven.wagon.PathUtils
- SSL_ALLOW_ALL - Static variable in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
-
If enabled, ssl hostname verifier does not check hostname.
- SSL_INSECURE - Static variable in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon
-
skip failure on certificate validity checks.
- STALE_CONNECTION_CHECK - Static variable in class org.apache.maven.wagon.shared.http.ConfigurationUtils
- stream - Variable in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.RequestEntityImplementation
- 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 class org.apache.maven.wagon.providers.file.FileWagon
- supportsDirectoryCopy() - Method in interface org.apache.maven.wagon.Wagon
-
Flag indicating if this wagon supports directory copy operations.
T
- TARGET_AUTH_PREF - Static variable in class org.apache.maven.wagon.shared.http.ConfigurationUtils
- timestamp - Variable in class org.apache.maven.wagon.events.WagonEvent
-
The time when event occurred
- timestamp - Variable in class org.apache.maven.wagon.observers.Debug
- 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 - Variable in class org.apache.maven.wagon.observers.Debug
- 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
- type - Variable in class org.apache.maven.wagon.proxy.ProxyInfo
-
Type of the proxy
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
- url - Variable in class org.apache.maven.wagon.repository.Repository
- URLS_TO_PARENT - Static variable in class org.apache.maven.wagon.shared.http.HtmlFileListParser
- URLS_WITH_PATHS - Static variable in class org.apache.maven.wagon.shared.http.HtmlFileListParser
- USE_EXPECT_CONTINUE - Static variable in class org.apache.maven.wagon.shared.http.ConfigurationUtils
- useDefaultHeaders - Variable in class org.apache.maven.wagon.shared.http.HttpMethodConfiguration
- usePreemptive - Variable in class org.apache.maven.wagon.shared.http.HttpMethodConfiguration
- user(String) - Static method in class org.apache.maven.wagon.PathUtils
- username - Variable in class org.apache.maven.wagon.repository.Repository
- userName - Variable in class org.apache.maven.wagon.authentication.AuthenticationInfo
-
Username used to login to the host
- userName - Variable in class org.apache.maven.wagon.proxy.ProxyInfo
-
Username used to access the proxy server
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 - Variable in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.RequestEntityImplementation
- 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.
- WagonUtils() - Constructor for class org.apache.maven.wagon.WagonUtils
-
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
- writeTo(OutputStream) - Method in class org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.RequestEntityImplementation
All Classes All Packages