Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
F
G
I
L
M
N
O
P
R
S
T
V
W
A
ArtifactDownload
- Class in
org.sonatype.aether.spi.connector
A download of an artifact from a remote repository.
ArtifactDownload()
- Constructor for class org.sonatype.aether.spi.connector.
ArtifactDownload
Creates a new uninitialized download.
ArtifactDownload(Artifact, String, File, String)
- Constructor for class org.sonatype.aether.spi.connector.
ArtifactDownload
Creates a new download with the specified properties.
ArtifactTransfer
- Class in
org.sonatype.aether.spi.connector
A download/upload of an artifact.
ArtifactTransfer()
- Constructor for class org.sonatype.aether.spi.connector.
ArtifactTransfer
ArtifactUpload
- Class in
org.sonatype.aether.spi.connector
An upload of an artifact to a remote repository.
ArtifactUpload()
- Constructor for class org.sonatype.aether.spi.connector.
ArtifactUpload
Creates a new uninitialized upload.
ArtifactUpload(Artifact, File)
- Constructor for class org.sonatype.aether.spi.connector.
ArtifactUpload
Creates a new upload with the specified properties.
C
close()
- Method in interface org.sonatype.aether.spi.connector.
RepositoryConnector
Closes this connector and frees any network resources associated with it.
copy(File, File, FileProcessor.ProgressListener)
- Method in interface org.sonatype.aether.spi.io.
FileProcessor
Copies the specified source file to the given target file.
D
debug(String)
- Method in interface org.sonatype.aether.spi.log.
Logger
Emits the specified message.
debug(String, Throwable)
- Method in interface org.sonatype.aether.spi.log.
Logger
Emits the specified message along with a stack trace of the given exception.
debug(String)
- Method in class org.sonatype.aether.spi.log.
NullLogger
debug(String, Throwable)
- Method in class org.sonatype.aether.spi.log.
NullLogger
F
FileProcessor
- Interface in
org.sonatype.aether.spi.io
A utility component to perform file-based operations.
FileProcessor.ProgressListener
- Interface in
org.sonatype.aether.spi.io
A listener object that is notified for every progress made while copying files.
G
get(Collection<? extends ArtifactDownload>, Collection<? extends MetadataDownload>)
- Method in interface org.sonatype.aether.spi.connector.
RepositoryConnector
Performs the specified downloads.
getArtifact()
- Method in class org.sonatype.aether.spi.connector.
ArtifactTransfer
Gets the artifact being transferred.
getChecksumPolicy()
- Method in class org.sonatype.aether.spi.connector.
ArtifactDownload
Gets the checksum policy for this transfer.
getChecksumPolicy()
- Method in class org.sonatype.aether.spi.connector.
MetadataDownload
Gets the checksum policy for this transfer.
getException()
- Method in class org.sonatype.aether.spi.connector.
ArtifactTransfer
Gets the exception that occurred during the transfer (if any).
getException()
- Method in class org.sonatype.aether.spi.connector.
MetadataTransfer
Gets the exception that occurred during the transfer (if any).
getFile()
- Method in class org.sonatype.aether.spi.connector.
ArtifactDownload
Gets the local file the artifact is downloaded to or uploaded from.
Note:
In case of
ArtifactDownload.isExistenceCheck()
, this method may return
null
.
getFile()
- Method in class org.sonatype.aether.spi.connector.
ArtifactTransfer
Gets the local file the artifact is downloaded to or uploaded from.
getFile()
- Method in class org.sonatype.aether.spi.connector.
MetadataTransfer
Gets the local file the metadata is downloaded to or uploaded from.
getMetadata()
- Method in class org.sonatype.aether.spi.connector.
MetadataTransfer
Gets the metadata being transferred.
getPriority()
- Method in interface org.sonatype.aether.spi.connector.
RepositoryConnectorFactory
The priority of this factory.
getPriority()
- Method in interface org.sonatype.aether.spi.localrepo.
LocalRepositoryManagerFactory
The priority of this factory.
getRepositories()
- Method in class org.sonatype.aether.spi.connector.
ArtifactDownload
Gets the remote repositories that are being aggregated by the physically contacted remote repository (i.e. a repository manager).
getRepositories()
- Method in class org.sonatype.aether.spi.connector.
MetadataDownload
Gets the remote repositories that are being aggregated by the physically contacted remote repository (i.e. a repository manager).
getRequestContext()
- Method in class org.sonatype.aether.spi.connector.
ArtifactDownload
Gets the context of this transfer.
getRequestContext()
- Method in class org.sonatype.aether.spi.connector.
MetadataDownload
Gets the context of this transfer.
getService(Class<T>)
- Method in interface org.sonatype.aether.spi.locator.
ServiceLocator
Gets an instance of the specified service.
getServices(Class<T>)
- Method in interface org.sonatype.aether.spi.locator.
ServiceLocator
Gets all available instances of the specified service.
getState()
- Method in class org.sonatype.aether.spi.connector.
Transfer
Gets the state of this transfer.
getSupportedContexts()
- Method in class org.sonatype.aether.spi.connector.
ArtifactDownload
Gets the set of request contexts in which the artifact is generally available.
getTrace()
- Method in class org.sonatype.aether.spi.connector.
Transfer
Gets the trace information that describes the higher level request/operation in which this transfer is issued.
I
initService(ServiceLocator)
- Method in interface org.sonatype.aether.spi.locator.
Service
Provides the opportunity to initialize this service and to acquire other services for its operation from the locator.
INSTANCE
- Static variable in class org.sonatype.aether.spi.log.
NullLogger
isDebugEnabled()
- Method in interface org.sonatype.aether.spi.log.
Logger
Indicates whether debug logging is enabled.
isDebugEnabled()
- Method in class org.sonatype.aether.spi.log.
NullLogger
isExistenceCheck()
- Method in class org.sonatype.aether.spi.connector.
ArtifactDownload
Indicates whether this transfer shall only verify the existence of the artifact in the remote repository rather than actually downloading the file.
isWarnEnabled()
- Method in interface org.sonatype.aether.spi.log.
Logger
Indicates whether warn logging is enabled.
isWarnEnabled()
- Method in class org.sonatype.aether.spi.log.
NullLogger
L
LocalRepositoryManagerFactory
- Interface in
org.sonatype.aether.spi.localrepo
A factory to create managers for the local repository.
Logger
- Interface in
org.sonatype.aether.spi.log
A simple logger to facilitate emission of diagnostic messages.
M
MetadataDownload
- Class in
org.sonatype.aether.spi.connector
A download of metadata from a remote repository.
MetadataDownload()
- Constructor for class org.sonatype.aether.spi.connector.
MetadataDownload
Creates a new uninitialized download.
MetadataDownload(Metadata, String, File, String)
- Constructor for class org.sonatype.aether.spi.connector.
MetadataDownload
Creates a new download with the specified properties.
MetadataTransfer
- Class in
org.sonatype.aether.spi.connector
A download/upload of metadata.
MetadataTransfer()
- Constructor for class org.sonatype.aether.spi.connector.
MetadataTransfer
MetadataUpload
- Class in
org.sonatype.aether.spi.connector
An upload of metadata to a remote repository.
MetadataUpload()
- Constructor for class org.sonatype.aether.spi.connector.
MetadataUpload
Creates a new uninitialized upload.
MetadataUpload(Metadata, File)
- Constructor for class org.sonatype.aether.spi.connector.
MetadataUpload
Creates a new upload with the specified properties.
mkdirs(File)
- Method in interface org.sonatype.aether.spi.io.
FileProcessor
Creates the directory named by the given abstract pathname, including any necessary but nonexistent parent directories.
move(File, File)
- Method in interface org.sonatype.aether.spi.io.
FileProcessor
Moves the specified source file to the given target file.
N
newInstance(RepositorySystemSession, RemoteRepository)
- Method in interface org.sonatype.aether.spi.connector.
RepositoryConnectorFactory
Tries to create a repository connector for the specified remote repository.
newInstance(LocalRepository)
- Method in interface org.sonatype.aether.spi.localrepo.
LocalRepositoryManagerFactory
Tries to create a repository manager for the specified local repository.
NullLogger
- Class in
org.sonatype.aether.spi.log
A logger that disables any logging.
NullLogger()
- Constructor for class org.sonatype.aether.spi.log.
NullLogger
O
org.sonatype.aether.spi.connector
- package org.sonatype.aether.spi.connector
org.sonatype.aether.spi.io
- package org.sonatype.aether.spi.io
org.sonatype.aether.spi.localrepo
- package org.sonatype.aether.spi.localrepo
org.sonatype.aether.spi.locator
- package org.sonatype.aether.spi.locator
org.sonatype.aether.spi.log
- package org.sonatype.aether.spi.log
P
progressed(ByteBuffer)
- Method in interface org.sonatype.aether.spi.io.
FileProcessor.ProgressListener
put(Collection<? extends ArtifactUpload>, Collection<? extends MetadataUpload>)
- Method in interface org.sonatype.aether.spi.connector.
RepositoryConnector
Performs the specified uploads.
R
RepositoryConnector
- Interface in
org.sonatype.aether.spi.connector
A connector for a remote repository.
RepositoryConnectorFactory
- Interface in
org.sonatype.aether.spi.connector
A factory to create repository connectors.
S
Service
- Interface in
org.sonatype.aether.spi.locator
A stateless component of the repository system.
ServiceLocator
- Interface in
org.sonatype.aether.spi.locator
A simple infrastructure to programmatically wire the various components of the repository system together when it is used outside of an IoC container.
setArtifact(Artifact)
- Method in class org.sonatype.aether.spi.connector.
ArtifactDownload
setArtifact(Artifact)
- Method in class org.sonatype.aether.spi.connector.
ArtifactTransfer
Sets the artifact to transfer.
setArtifact(Artifact)
- Method in class org.sonatype.aether.spi.connector.
ArtifactUpload
setChecksumPolicy(String)
- Method in class org.sonatype.aether.spi.connector.
ArtifactDownload
Sets the checksum policy for this transfer.
setChecksumPolicy(String)
- Method in class org.sonatype.aether.spi.connector.
MetadataDownload
Sets the checksum policy for this transfer.
setException(ArtifactTransferException)
- Method in class org.sonatype.aether.spi.connector.
ArtifactDownload
setException(ArtifactTransferException)
- Method in class org.sonatype.aether.spi.connector.
ArtifactTransfer
Sets the exception that occurred during the transfer.
setException(ArtifactTransferException)
- Method in class org.sonatype.aether.spi.connector.
ArtifactUpload
setException(MetadataTransferException)
- Method in class org.sonatype.aether.spi.connector.
MetadataDownload
setException(MetadataTransferException)
- Method in class org.sonatype.aether.spi.connector.
MetadataTransfer
Sets the exception that occurred during the transfer.
setException(MetadataTransferException)
- Method in class org.sonatype.aether.spi.connector.
MetadataUpload
setExistenceCheck(boolean)
- Method in class org.sonatype.aether.spi.connector.
ArtifactDownload
Controls whether this transfer shall only verify the existence of the artifact in the remote repository rather than actually downloading the file.
setFile(File)
- Method in class org.sonatype.aether.spi.connector.
ArtifactDownload
setFile(File)
- Method in class org.sonatype.aether.spi.connector.
ArtifactTransfer
Sets the local file the artifact is downloaded to or uploaded from.
setFile(File)
- Method in class org.sonatype.aether.spi.connector.
ArtifactUpload
setFile(File)
- Method in class org.sonatype.aether.spi.connector.
MetadataDownload
setFile(File)
- Method in class org.sonatype.aether.spi.connector.
MetadataTransfer
Sets the local file the metadata is downloaded to or uploaded from.
setFile(File)
- Method in class org.sonatype.aether.spi.connector.
MetadataUpload
setMetadata(Metadata)
- Method in class org.sonatype.aether.spi.connector.
MetadataDownload
setMetadata(Metadata)
- Method in class org.sonatype.aether.spi.connector.
MetadataTransfer
Sets the metadata to transfer.
setMetadata(Metadata)
- Method in class org.sonatype.aether.spi.connector.
MetadataUpload
setRepositories(List<RemoteRepository>)
- Method in class org.sonatype.aether.spi.connector.
ArtifactDownload
Sets the remote repositories that are being aggregated by the physically contacted remote repository (i.e. a repository manager).
setRepositories(List<RemoteRepository>)
- Method in class org.sonatype.aether.spi.connector.
MetadataDownload
Sets the remote repositories that are being aggregated by the physically contacted remote repository (i.e. a repository manager).
setRequestContext(String)
- Method in class org.sonatype.aether.spi.connector.
ArtifactDownload
Sets the context of this transfer.
setRequestContext(String)
- Method in class org.sonatype.aether.spi.connector.
MetadataDownload
Sets the request context of this transfer.
setState(Transfer.State)
- Method in class org.sonatype.aether.spi.connector.
Transfer
Sets the state of this transfer.
setSupportedContexts(Collection<String>)
- Method in class org.sonatype.aether.spi.connector.
ArtifactDownload
Sets the set of request contexts in which the artifact is generally available.
setTrace(RequestTrace)
- Method in class org.sonatype.aether.spi.connector.
ArtifactDownload
setTrace(RequestTrace)
- Method in class org.sonatype.aether.spi.connector.
ArtifactUpload
setTrace(RequestTrace)
- Method in class org.sonatype.aether.spi.connector.
MetadataDownload
setTrace(RequestTrace)
- Method in class org.sonatype.aether.spi.connector.
MetadataUpload
setTrace(RequestTrace)
- Method in class org.sonatype.aether.spi.connector.
Transfer
Sets the trace information that describes the higher level request/operation in which this transfer is issued.
T
toString()
- Method in class org.sonatype.aether.spi.connector.
ArtifactDownload
toString()
- Method in class org.sonatype.aether.spi.connector.
ArtifactUpload
toString()
- Method in class org.sonatype.aether.spi.connector.
MetadataDownload
toString()
- Method in class org.sonatype.aether.spi.connector.
MetadataUpload
Transfer
- Class in
org.sonatype.aether.spi.connector
An artifact/metadata transfer.
Transfer()
- Constructor for class org.sonatype.aether.spi.connector.
Transfer
Transfer.State
- Enum in
org.sonatype.aether.spi.connector
The state of a transfer.
V
valueOf(String)
- Static method in enum org.sonatype.aether.spi.connector.
Transfer.State
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.sonatype.aether.spi.connector.
Transfer.State
Returns an array containing the constants of this enum type, in the order they're declared.
W
warn(String)
- Method in interface org.sonatype.aether.spi.log.
Logger
Emits the specified message.
warn(String, Throwable)
- Method in interface org.sonatype.aether.spi.log.
Logger
Emits the specified message along with a stack trace of the given exception.
warn(String)
- Method in class org.sonatype.aether.spi.log.
NullLogger
warn(String, Throwable)
- Method in class org.sonatype.aether.spi.log.
NullLogger
write(File, String)
- Method in interface org.sonatype.aether.spi.io.
FileProcessor
Writes the given data to a file.
A
C
D
F
G
I
L
M
N
O
P
R
S
T
V
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2010-2011
Sonatype, Inc.
. All Rights Reserved.