- 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.
- 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, String) - 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.
- 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, OutputStream, 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, 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.authentication.AuthenticationInfo
-
Get the username used to access the repository.
- getUserName() - Method in class org.apache.maven.wagon.proxy.ProxyInfo
-
Get the proxy username.
- getUsername() - Method in class org.apache.maven.wagon.repository.Repository
-
- getWagon() - Method in class org.apache.maven.wagon.events.WagonEvent
-
Returns The Wagon object on which the WagonEvent initially occurred
- 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.