Skip navigation links
A C D E F G I L M N O P R S T U V W 

A

addLocalRepositoryManagerFactory(LocalRepositoryManagerFactory) - Method in class org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider
 
addMetadataGeneratorFactory(MetadataGeneratorFactory) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
 
addMetadataGeneratorFactory(MetadataGeneratorFactory) - Method in class org.eclipse.aether.internal.impl.DefaultInstaller
 
addRepositoryConnectorFactory(RepositoryConnectorFactory) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider
 
addRepositoryLayoutFactory(RepositoryLayoutFactory) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryLayoutProvider
 
addRepositoryListener(RepositoryListener) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryEventDispatcher
 
addService(Class<T>, Class<? extends T>) - Method in class org.eclipse.aether.impl.DefaultServiceLocator
Deprecated.
Adds an implementation class for a service.
addTransporterFactory(TransporterFactory) - Method in class org.eclipse.aether.internal.impl.DefaultTransporterProvider
 
AetherModule - Class in org.eclipse.aether.impl.guice
A ready-made Guice module that sets up bindings for all components from this library.
AetherModule() - Constructor for class org.eclipse.aether.impl.guice.AetherModule
Creates a new instance of this Guice module, typically for invoking Binder.install(com.google.inject.Module).
aggregateRepositories(RepositorySystemSession, List<RemoteRepository>, List<RemoteRepository>, boolean) - Method in interface org.eclipse.aether.impl.RemoteRepositoryManager
Aggregates repository definitions by merging duplicate repositories and optionally applies mirror, proxy and authentication settings from the supplied session.
aggregateRepositories(RepositorySystemSession, List<RemoteRepository>, List<RemoteRepository>, boolean) - Method in class org.eclipse.aether.internal.impl.DefaultRemoteRepositoryManager
 
ArtifactDescriptorReader - Interface in org.eclipse.aether.impl
Provides information about an artifact that is relevant to transitive dependency resolution.
ArtifactResolver - Interface in org.eclipse.aether.impl
Resolves artifacts, that is gets a local filesystem path to their binary contents.

C

checkArtifact(RepositorySystemSession, UpdateCheck<Artifact, ArtifactTransferException>) - Method in interface org.eclipse.aether.impl.UpdateCheckManager
Checks whether an artifact has to be updated from a remote repository.
checkArtifact(RepositorySystemSession, UpdateCheck<Artifact, ArtifactTransferException>) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
checkMetadata(RepositorySystemSession, UpdateCheck<Metadata, MetadataTransferException>) - Method in interface org.eclipse.aether.impl.UpdateCheckManager
Checks whether metadata has to be updated from a remote repository.
checkMetadata(RepositorySystemSession, UpdateCheck<Metadata, MetadataTransferException>) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
checkOffline(RepositorySystemSession, RemoteRepository) - Method in interface org.eclipse.aether.impl.OfflineController
Determines whether the specified repository is accessible if the system was in offline mode.
checkOffline(RepositorySystemSession, RemoteRepository) - Method in class org.eclipse.aether.internal.impl.DefaultOfflineController
 
collectDependencies(RepositorySystemSession, CollectRequest) - Method in interface org.eclipse.aether.impl.DependencyCollector
Collects the transitive dependencies of some artifacts and builds a dependency graph.
collectDependencies(RepositorySystemSession, CollectRequest) - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
 
collectDependencies(RepositorySystemSession, CollectRequest) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
configure() - Method in class org.eclipse.aether.impl.guice.AetherModule
Configures Guice with bindings for Aether components provided by this library.
copy(File, File) - Method in class org.eclipse.aether.internal.impl.DefaultFileProcessor
 
copy(File, File, FileProcessor.ProgressListener) - Method in class org.eclipse.aether.internal.impl.DefaultFileProcessor
 

D

DefaultArtifactResolver - Class in org.eclipse.aether.internal.impl
 
DefaultArtifactResolver() - Constructor for class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
DefaultChecksumPolicyProvider - Class in org.eclipse.aether.internal.impl
 
DefaultChecksumPolicyProvider() - Constructor for class org.eclipse.aether.internal.impl.DefaultChecksumPolicyProvider
 
DefaultDependencyCollector - Class in org.eclipse.aether.internal.impl.collect
 
DefaultDependencyCollector() - Constructor for class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
 
DefaultDeployer - Class in org.eclipse.aether.internal.impl
 
DefaultDeployer() - Constructor for class org.eclipse.aether.internal.impl.DefaultDeployer
 
DefaultFileProcessor - Class in org.eclipse.aether.internal.impl
A utility class helping with file-based operations.
DefaultFileProcessor() - Constructor for class org.eclipse.aether.internal.impl.DefaultFileProcessor
 
DefaultInstaller - Class in org.eclipse.aether.internal.impl
 
DefaultInstaller() - Constructor for class org.eclipse.aether.internal.impl.DefaultInstaller
 
DefaultLocalRepositoryProvider - Class in org.eclipse.aether.internal.impl
 
DefaultLocalRepositoryProvider() - Constructor for class org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider
 
DefaultMetadataResolver - Class in org.eclipse.aether.internal.impl
 
DefaultMetadataResolver() - Constructor for class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
DefaultOfflineController - Class in org.eclipse.aether.internal.impl
 
DefaultOfflineController() - Constructor for class org.eclipse.aether.internal.impl.DefaultOfflineController
 
DefaultRemoteRepositoryManager - Class in org.eclipse.aether.internal.impl
 
DefaultRemoteRepositoryManager() - Constructor for class org.eclipse.aether.internal.impl.DefaultRemoteRepositoryManager
 
DefaultRepositoryConnectorProvider - Class in org.eclipse.aether.internal.impl
 
DefaultRepositoryConnectorProvider() - Constructor for class org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider
 
DefaultRepositoryEventDispatcher - Class in org.eclipse.aether.internal.impl
 
DefaultRepositoryEventDispatcher() - Constructor for class org.eclipse.aether.internal.impl.DefaultRepositoryEventDispatcher
 
DefaultRepositoryLayoutProvider - Class in org.eclipse.aether.internal.impl
 
DefaultRepositoryLayoutProvider() - Constructor for class org.eclipse.aether.internal.impl.DefaultRepositoryLayoutProvider
 
DefaultRepositorySystem - Class in org.eclipse.aether.internal.impl
 
DefaultRepositorySystem() - Constructor for class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
DefaultServiceLocator - Class in org.eclipse.aether.impl
Deprecated.
Use some out-of-the-box DI implementation instead.
DefaultServiceLocator() - Constructor for class org.eclipse.aether.impl.DefaultServiceLocator
Deprecated.
Creates a new service locator that already knows about all service implementations included this library.
DefaultServiceLocator.ErrorHandler - Class in org.eclipse.aether.impl
Deprecated.
A hook to customize the handling of errors encountered while locating a service implementation.
DefaultSyncContextFactory - Class in org.eclipse.aether.internal.impl.synccontext
Default SyncContextFactory implementation that uses named locks.
DefaultSyncContextFactory(NamedLockFactorySelector) - Constructor for class org.eclipse.aether.internal.impl.synccontext.DefaultSyncContextFactory
Constructor used with DI, where factories are injected and selected based on key.
DefaultSyncContextFactory() - Constructor for class org.eclipse.aether.internal.impl.synccontext.DefaultSyncContextFactory
 
DefaultSyncContextFactory - Class in org.eclipse.aether.internal.impl.synccontext.legacy
Deprecated.
Use the proper class from SPI module.
DefaultSyncContextFactory() - Constructor for class org.eclipse.aether.internal.impl.synccontext.legacy.DefaultSyncContextFactory
Deprecated.
 
DefaultSyncContextFactory(SyncContextFactory) - Constructor for class org.eclipse.aether.internal.impl.synccontext.legacy.DefaultSyncContextFactory
Deprecated.
 
DefaultTrackingFileManager - Class in org.eclipse.aether.internal.impl
Manages access to a properties file.
DefaultTrackingFileManager() - Constructor for class org.eclipse.aether.internal.impl.DefaultTrackingFileManager
 
DefaultTransporterProvider - Class in org.eclipse.aether.internal.impl
 
DefaultTransporterProvider() - Constructor for class org.eclipse.aether.internal.impl.DefaultTransporterProvider
 
DefaultUpdateCheckManager - Class in org.eclipse.aether.internal.impl
 
DefaultUpdateCheckManager() - Constructor for class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
DefaultUpdatePolicyAnalyzer - Class in org.eclipse.aether.internal.impl
 
DefaultUpdatePolicyAnalyzer() - Constructor for class org.eclipse.aether.internal.impl.DefaultUpdatePolicyAnalyzer
 
DependencyCollector - Interface in org.eclipse.aether.impl
Given a collection of direct dependencies, recursively gathers their transitive dependencies and calculates the dependency graph.
deploy(RepositorySystemSession, DeployRequest) - Method in interface org.eclipse.aether.impl.Deployer
Uploads a collection of artifacts and their accompanying metadata to a remote repository.
deploy(RepositorySystemSession, DeployRequest) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
 
deploy(RepositorySystemSession, DeployRequest) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
Deployer - Interface in org.eclipse.aether.impl
Publishes artifacts to a remote repository.
DiscriminatingNameMapper - Class in org.eclipse.aether.internal.impl.synccontext.named
Discriminating NameMapper, that wraps another NameMapper and adds a "discriminator" as prefix, that makes lock names unique including the hostname and local repository (by default).
DiscriminatingNameMapper(NameMapper) - Constructor for class org.eclipse.aether.internal.impl.synccontext.named.DiscriminatingNameMapper
 
dispatch(RepositoryEvent) - Method in interface org.eclipse.aether.impl.RepositoryEventDispatcher
Dispatches the specified repository event to all registered listeners.
dispatch(RepositoryEvent) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryEventDispatcher
 

E

EnhancedLocalRepositoryManagerFactory - Class in org.eclipse.aether.internal.impl
Creates enhanced local repository managers for repository types "default" or "" (automatic).
EnhancedLocalRepositoryManagerFactory() - Constructor for class org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManagerFactory
 
EnhancedLocalRepositoryManagerFactory(TrackingFileManager) - Constructor for class org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManagerFactory
 
ErrorHandler() - Constructor for class org.eclipse.aether.impl.DefaultServiceLocator.ErrorHandler
Deprecated.
 

F

finish(Collection<? extends Artifact>) - Method in interface org.eclipse.aether.impl.MetadataGenerator
Allows for metadata generation based on the transformed artifacts.

G

GAVNameMapper - Class in org.eclipse.aether.internal.impl.synccontext.named
Artifact GAV NameMapper, uses artifact and metadata coordinates to name their corresponding locks.
GAVNameMapper() - Constructor for class org.eclipse.aether.internal.impl.synccontext.named.GAVNameMapper
 
get() - Method in class org.eclipse.aether.internal.impl.LoggerFactoryProvider
 
getAuthoritativeRepository() - Method in class org.eclipse.aether.impl.UpdateCheck
Gets the repository which ultimately hosts the metadata to update.
getEffectiveChecksumPolicy(RepositorySystemSession, String, String) - Method in class org.eclipse.aether.internal.impl.DefaultChecksumPolicyProvider
 
getEffectiveUpdatePolicy(RepositorySystemSession, String, String) - Method in interface org.eclipse.aether.impl.UpdatePolicyAnalyzer
Returns the policy with the shorter update interval.
getEffectiveUpdatePolicy(RepositorySystemSession, String, String) - Method in class org.eclipse.aether.internal.impl.DefaultUpdatePolicyAnalyzer
 
getException() - Method in class org.eclipse.aether.impl.UpdateCheck
Gets the exception that occurred during the update check.
getFile() - Method in class org.eclipse.aether.impl.UpdateCheck
Returns the local file of the item.
getItem() - Method in class org.eclipse.aether.impl.UpdateCheck
Gets the item of the check.
getLocalLastUpdated() - Method in class org.eclipse.aether.impl.UpdateCheck
Gets the last-modified timestamp of the corresponding item produced by a local installation.
getLock(RepositorySystemSession, String) - Method in interface org.eclipse.aether.internal.impl.synccontext.named.SessionAwareNamedLockFactory
Creates or reuses existing NamedLock.
getLogger(String) - Method in class org.eclipse.aether.internal.impl.slf4j.Slf4jLoggerFactory
Deprecated.
 
getPolicy(RepositorySystemSession, RemoteRepository, boolean, boolean) - Method in interface org.eclipse.aether.impl.RemoteRepositoryManager
Gets the effective repository policy for the specified remote repository by merging the applicable snapshot/release policy of the repository with global settings from the supplied session.
getPolicy() - Method in class org.eclipse.aether.impl.UpdateCheck
Gets the policy to use for the check.
getPolicy(RepositorySystemSession, RemoteRepository, boolean, boolean) - Method in class org.eclipse.aether.internal.impl.DefaultRemoteRepositoryManager
 
getPriority() - Method in interface org.eclipse.aether.impl.MetadataGeneratorFactory
The priority of this factory.
getPriority() - Method in class org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManagerFactory
 
getPriority() - Method in class org.eclipse.aether.internal.impl.Maven2RepositoryLayoutFactory
 
getPriority() - Method in class org.eclipse.aether.internal.impl.SimpleLocalRepositoryManagerFactory
 
getRepository() - Method in class org.eclipse.aether.impl.UpdateCheck
Gets the repository from which a potential update/download will performed.
getSelectedNamedLockFactory() - Method in class org.eclipse.aether.internal.impl.synccontext.NamedLockFactorySelector
Returns the selected NamedLockFactory, never null.
getSelectedNameMapper() - Method in class org.eclipse.aether.internal.impl.synccontext.NamedLockFactorySelector
Returns the selected NameMapper, never null.
getService(Class<T>) - Method in class org.eclipse.aether.impl.DefaultServiceLocator
Deprecated.
 
getServices(Class<T>) - Method in class org.eclipse.aether.impl.DefaultServiceLocator
Deprecated.
 

I

initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.DefaultInstaller
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.DefaultRemoteRepositoryManager
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryEventDispatcher
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryLayoutProvider
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.DefaultTransporterProvider
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManagerFactory
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.slf4j.Slf4jLoggerFactory
Deprecated.
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.synccontext.DefaultSyncContextFactory
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.synccontext.legacy.DefaultSyncContextFactory
Deprecated.
 
install(RepositorySystemSession, InstallRequest) - Method in interface org.eclipse.aether.impl.Installer
Installs a collection of artifacts and their accompanying metadata to the local repository.
install(RepositorySystemSession, InstallRequest) - Method in class org.eclipse.aether.internal.impl.DefaultInstaller
 
install(RepositorySystemSession, InstallRequest) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
Installer - Interface in org.eclipse.aether.impl
Publishes artifacts to the local repository.
isFileValid() - Method in class org.eclipse.aether.impl.UpdateCheck
Indicates whether the local file given by UpdateCheck.getFile(), if existent, should be considered valid or not.
isRequired() - Method in class org.eclipse.aether.impl.UpdateCheck
Gets the result of a check, denoting whether the remote repository should be checked for updates.
isSlf4jAvailable() - Static method in class org.eclipse.aether.internal.impl.slf4j.Slf4jLoggerFactory
Deprecated.
 
isUpdatedRequired(RepositorySystemSession, long, String) - Method in interface org.eclipse.aether.impl.UpdatePolicyAnalyzer
Determines whether the specified modification timestamp satisfies the freshness constraint expressed by the given update policy.
isUpdatedRequired(RepositorySystemSession, long, String) - Method in class org.eclipse.aether.internal.impl.DefaultUpdatePolicyAnalyzer
 

L

LocalRepositoryProvider - Interface in org.eclipse.aether.impl
Retrieves a local repository manager from the installed local repository manager factories.
LoggerFactoryProvider - Class in org.eclipse.aether.internal.impl
Helps Sisu-based applications to pick the right logger factory depending on the classpath.
LoggerFactoryProvider() - Constructor for class org.eclipse.aether.internal.impl.LoggerFactoryProvider
 

M

Maven2RepositoryLayoutFactory - Class in org.eclipse.aether.internal.impl
Provides a Maven-2 repository layout for repositories with content type "default".
Maven2RepositoryLayoutFactory() - Constructor for class org.eclipse.aether.internal.impl.Maven2RepositoryLayoutFactory
 
MetadataGenerator - Interface in org.eclipse.aether.impl
A metadata generator that participates in the installation/deployment of artifacts.
MetadataGeneratorFactory - Interface in org.eclipse.aether.impl
A factory to create metadata generators.
MetadataResolver - Interface in org.eclipse.aether.impl
Resolves metadata, that is gets a local filesystem path to their binary contents.
mkdirs(File) - Method in class org.eclipse.aether.internal.impl.DefaultFileProcessor
Thread-safe variant of File.mkdirs().
move(File, File) - Method in class org.eclipse.aether.internal.impl.DefaultFileProcessor
 

N

NAME - Static variable in class org.eclipse.aether.internal.impl.synccontext.named.DiscriminatingNameMapper
 
NAME - Static variable in class org.eclipse.aether.internal.impl.synccontext.named.GAVNameMapper
 
NAME - Static variable in class org.eclipse.aether.internal.impl.synccontext.named.StaticNameMapper
 
NamedLockFactoryAdapter - Class in org.eclipse.aether.internal.impl.synccontext.named
Adapter to adapt NamedLockFactory and NamedLock to SyncContext.
NamedLockFactoryAdapter(NameMapper, NamedLockFactory, long, TimeUnit) - Constructor for class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapter
 
NamedLockFactorySelector - Class in org.eclipse.aether.internal.impl.synccontext
Selector for NamedLockFactory and NameMapper that selects and exposes selected ones.
NamedLockFactorySelector(Map<String, NamedLockFactory>, Map<String, NameMapper>) - Constructor for class org.eclipse.aether.internal.impl.synccontext.NamedLockFactorySelector
Constructor used with DI, where factories are injected and selected based on key.
NamedLockFactorySelector() - Constructor for class org.eclipse.aether.internal.impl.synccontext.NamedLockFactorySelector
Default constructor for ServiceLocator.
nameLocks(RepositorySystemSession, Collection<? extends Artifact>, Collection<? extends Metadata>) - Method in class org.eclipse.aether.internal.impl.synccontext.named.DiscriminatingNameMapper
 
nameLocks(RepositorySystemSession, Collection<? extends Artifact>, Collection<? extends Metadata>) - Method in class org.eclipse.aether.internal.impl.synccontext.named.GAVNameMapper
 
nameLocks(RepositorySystemSession, Collection<? extends Artifact>, Collection<? extends Metadata>) - Method in interface org.eclipse.aether.internal.impl.synccontext.named.NameMapper
Creates (opaque) names for passed in artifacts and metadata.
nameLocks(RepositorySystemSession, Collection<? extends Artifact>, Collection<? extends Metadata>) - Method in class org.eclipse.aether.internal.impl.synccontext.named.StaticNameMapper
 
NameMapper - Interface in org.eclipse.aether.internal.impl.synccontext.named
Component mapping lock names to passed in artifacts and metadata as required.
newChecksumPolicy(RepositorySystemSession, RemoteRepository, TransferResource, String) - Method in class org.eclipse.aether.internal.impl.DefaultChecksumPolicyProvider
 
newDeploymentRepository(RepositorySystemSession, RemoteRepository) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
newInstance(RepositorySystemSession, InstallRequest) - Method in interface org.eclipse.aether.impl.MetadataGeneratorFactory
Creates a new metadata generator for the specified install request.
newInstance(RepositorySystemSession, DeployRequest) - Method in interface org.eclipse.aether.impl.MetadataGeneratorFactory
Creates a new metadata generator for the specified deploy request.
newInstance(RepositorySystemSession, LocalRepository) - Method in class org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManagerFactory
 
newInstance(RepositorySystemSession, RemoteRepository) - Method in class org.eclipse.aether.internal.impl.Maven2RepositoryLayoutFactory
 
newInstance(RepositorySystemSession, LocalRepository) - Method in class org.eclipse.aether.internal.impl.SimpleLocalRepositoryManagerFactory
 
newInstance(RepositorySystemSession, boolean) - Method in class org.eclipse.aether.internal.impl.synccontext.DefaultSyncContextFactory
 
newInstance(RepositorySystemSession, boolean) - Method in class org.eclipse.aether.internal.impl.synccontext.legacy.DefaultSyncContextFactory
Deprecated.
 
newInstance(RepositorySystemSession, boolean) - Method in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapter
 
newLocalRepositoryManager(RepositorySystemSession, LocalRepository) - Method in interface org.eclipse.aether.impl.LocalRepositoryProvider
Creates a new manager for the specified local repository.
newLocalRepositoryManager(RepositorySystemSession, LocalRepository) - Method in class org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider
 
newLocalRepositoryManager(RepositorySystemSession, LocalRepository) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
newRepositoryConnector(RepositorySystemSession, RemoteRepository) - Method in interface org.eclipse.aether.impl.RepositoryConnectorProvider
Tries to create a repository connector for the specified remote repository.
newRepositoryConnector(RepositorySystemSession, RemoteRepository) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider
 
newRepositoryLayout(RepositorySystemSession, RemoteRepository) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryLayoutProvider
 
newResolutionRepositories(RepositorySystemSession, List<RemoteRepository>) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
newSyncContext(RepositorySystemSession, boolean) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
newTransporter(RepositorySystemSession, RemoteRepository) - Method in class org.eclipse.aether.internal.impl.DefaultTransporterProvider
 

O

OfflineController - Interface in org.eclipse.aether.impl
Determines whether a remote repository is accessible in offline mode.
org.eclipse.aether.impl - package org.eclipse.aether.impl
The provisional interfaces defining the various sub components that implement the repository system.
org.eclipse.aether.impl.guice - package org.eclipse.aether.impl.guice
The integration with the dependency injection framework Google Guice.
org.eclipse.aether.internal.impl - package org.eclipse.aether.internal.impl
The various sub components that collectively implement the repository system.
org.eclipse.aether.internal.impl.collect - package org.eclipse.aether.internal.impl.collect
Internal helper classes for dependency collector.
org.eclipse.aether.internal.impl.slf4j - package org.eclipse.aether.internal.impl.slf4j
 
org.eclipse.aether.internal.impl.synccontext - package org.eclipse.aether.internal.impl.synccontext
 
org.eclipse.aether.internal.impl.synccontext.legacy - package org.eclipse.aether.internal.impl.synccontext.legacy
 
org.eclipse.aether.internal.impl.synccontext.named - package org.eclipse.aether.internal.impl.synccontext.named
 

P

prepare(Collection<? extends Artifact>) - Method in interface org.eclipse.aether.impl.MetadataGenerator
Prepares the generator to transform artifacts.

R

read(File) - Method in class org.eclipse.aether.internal.impl.DefaultTrackingFileManager
 
read(File) - Method in interface org.eclipse.aether.internal.impl.TrackingFileManager
 
readArtifactDescriptor(RepositorySystemSession, ArtifactDescriptorRequest) - Method in interface org.eclipse.aether.impl.ArtifactDescriptorReader
Gets information about an artifact like its direct dependencies and potential relocations.
readArtifactDescriptor(RepositorySystemSession, ArtifactDescriptorRequest) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
RemoteRepositoryManager - Interface in org.eclipse.aether.impl
Helps dealing with remote repository definitions.
RepositoryConnectorProvider - Interface in org.eclipse.aether.impl
Retrieves a repository connector from the installed repository connector factories.
RepositoryEventDispatcher - Interface in org.eclipse.aether.impl
Dispatches repository events to registered listeners.
resolveArtifact(RepositorySystemSession, ArtifactRequest) - Method in interface org.eclipse.aether.impl.ArtifactResolver
Resolves the path for an artifact.
resolveArtifact(RepositorySystemSession, ArtifactRequest) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
resolveArtifact(RepositorySystemSession, ArtifactRequest) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
resolveArtifacts(RepositorySystemSession, Collection<? extends ArtifactRequest>) - Method in interface org.eclipse.aether.impl.ArtifactResolver
Resolves the paths for a collection of artifacts.
resolveArtifacts(RepositorySystemSession, Collection<? extends ArtifactRequest>) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
resolveArtifacts(RepositorySystemSession, Collection<? extends ArtifactRequest>) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
resolveDependencies(RepositorySystemSession, DependencyRequest) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
resolveMetadata(RepositorySystemSession, Collection<? extends MetadataRequest>) - Method in interface org.eclipse.aether.impl.MetadataResolver
Resolves the paths for a collection of metadata.
resolveMetadata(RepositorySystemSession, Collection<? extends MetadataRequest>) - Method in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
resolveMetadata(RepositorySystemSession, Collection<? extends MetadataRequest>) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
resolveVersion(RepositorySystemSession, VersionRequest) - Method in interface org.eclipse.aether.impl.VersionResolver
Resolves an artifact's meta version (if any) to a concrete version.
resolveVersion(RepositorySystemSession, VersionRequest) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
resolveVersionRange(RepositorySystemSession, VersionRangeRequest) - Method in interface org.eclipse.aether.impl.VersionRangeResolver
Expands a version range to a list of matching versions, in ascending order.
resolveVersionRange(RepositorySystemSession, VersionRangeRequest) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 

S

serviceCreationFailed(Class<?>, Class<?>, Throwable) - Method in class org.eclipse.aether.impl.DefaultServiceLocator.ErrorHandler
Deprecated.
Handles errors during creation of a service.
SessionAwareNamedLockFactory - Interface in org.eclipse.aether.internal.impl.synccontext.named
A NamedLockFactory that wants to make use of RepositorySystemSession.
setArtifactDescriptorReader(ArtifactDescriptorReader) - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
 
setArtifactDescriptorReader(ArtifactDescriptorReader) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
setArtifactResolver(ArtifactResolver) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
setAuthoritativeRepository(RemoteRepository) - Method in class org.eclipse.aether.impl.UpdateCheck
Sets the repository which ultimately hosts the metadata to update.
setChecksumPolicyProvider(ChecksumPolicyProvider) - Method in class org.eclipse.aether.internal.impl.DefaultRemoteRepositoryManager
 
setDependencyCollector(DependencyCollector) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
setDeployer(Deployer) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
setErrorHandler(DefaultServiceLocator.ErrorHandler) - Method in class org.eclipse.aether.impl.DefaultServiceLocator
Deprecated.
Sets the error handler to use.
setException(E) - Method in class org.eclipse.aether.impl.UpdateCheck
Sets the exception for this update check.
setFile(File) - Method in class org.eclipse.aether.impl.UpdateCheck
Sets the local file of the item.
setFileProcessor(FileProcessor) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
setFileProcessor(FileProcessor) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
 
setFileProcessor(FileProcessor) - Method in class org.eclipse.aether.internal.impl.DefaultInstaller
 
setFileValid(boolean) - Method in class org.eclipse.aether.impl.UpdateCheck
Controls whether the local file given by UpdateCheck.getFile(), if existent, should be considered valid or not.
setInstaller(Installer) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
setItem(T) - Method in class org.eclipse.aether.impl.UpdateCheck
Sets the item of the check.
setLocalLastUpdated(long) - Method in class org.eclipse.aether.impl.UpdateCheck
Sets the last-modified timestamp of the corresponding item produced by a local installation.
setLocalRepositoryManagerFactories(Collection<LocalRepositoryManagerFactory>) - Method in class org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider
 
setLocalRepositoryProvider(LocalRepositoryProvider) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
setLoggerFactory(LoggerFactory) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
Deprecated.
not used any more since MRESOLVER-36 move to slf4j, added back in MRESOLVER-64 for compatibility
setLoggerFactory(LoggerFactory) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
Deprecated.
not used any more since MRESOLVER-36 move to slf4j, added back in MRESOLVER-64 for compatibility
setLoggerFactory(ILoggerFactory) - Method in class org.eclipse.aether.internal.impl.slf4j.Slf4jLoggerFactory
Deprecated.
 
setMetadataGeneratorFactories(Collection<MetadataGeneratorFactory>) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
 
setMetadataGeneratorFactories(Collection<MetadataGeneratorFactory>) - Method in class org.eclipse.aether.internal.impl.DefaultInstaller
 
setMetadataResolver(MetadataResolver) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
setOfflineController(OfflineController) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
setOfflineController(OfflineController) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
 
setOfflineController(OfflineController) - Method in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
setPolicy(String) - Method in class org.eclipse.aether.impl.UpdateCheck
Sets the policy to use for the check.
setPriority(float) - Method in class org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManagerFactory
Sets the priority of this component.
setPriority(float) - Method in class org.eclipse.aether.internal.impl.Maven2RepositoryLayoutFactory
Sets the priority of this component.
setPriority(float) - Method in class org.eclipse.aether.internal.impl.SimpleLocalRepositoryManagerFactory
Sets the priority of this component.
setRemoteRepositoryManager(RemoteRepositoryManager) - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
 
setRemoteRepositoryManager(RemoteRepositoryManager) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
setRemoteRepositoryManager(RemoteRepositoryManager) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
 
setRemoteRepositoryManager(RemoteRepositoryManager) - Method in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
setRemoteRepositoryManager(RemoteRepositoryManager) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
setRepository(RemoteRepository) - Method in class org.eclipse.aether.impl.UpdateCheck
Sets the repository from which a potential update/download will performed.
setRepositoryConnectorFactories(Collection<RepositoryConnectorFactory>) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider
 
setRepositoryConnectorProvider(RepositoryConnectorProvider) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
setRepositoryConnectorProvider(RepositoryConnectorProvider) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
 
setRepositoryConnectorProvider(RepositoryConnectorProvider) - Method in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
setRepositoryEventDispatcher(RepositoryEventDispatcher) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
setRepositoryEventDispatcher(RepositoryEventDispatcher) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
 
setRepositoryEventDispatcher(RepositoryEventDispatcher) - Method in class org.eclipse.aether.internal.impl.DefaultInstaller
 
setRepositoryEventDispatcher(RepositoryEventDispatcher) - Method in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
setRepositoryLayoutFactories(Collection<RepositoryLayoutFactory>) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryLayoutProvider
 
setRepositoryListeners(Collection<RepositoryListener>) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryEventDispatcher
 
setRequired(boolean) - Method in class org.eclipse.aether.impl.UpdateCheck
Sets the result of an update check.
setService(Class<T>, Class<? extends T>) - Method in class org.eclipse.aether.impl.DefaultServiceLocator
Deprecated.
Sets the implementation class for a service.
setServices(Class<T>, T...) - Method in class org.eclipse.aether.impl.DefaultServiceLocator
Deprecated.
Sets the instances for a service.
setSyncContextFactory(SyncContextFactory) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
setSyncContextFactory(SyncContextFactory) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
 
setSyncContextFactory(SyncContextFactory) - Method in class org.eclipse.aether.internal.impl.DefaultInstaller
 
setSyncContextFactory(SyncContextFactory) - Method in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
setSyncContextFactory(SyncContextFactory) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
setTrackingFileManager(TrackingFileManager) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
setTransporterFactories(Collection<TransporterFactory>) - Method in class org.eclipse.aether.internal.impl.DefaultTransporterProvider
 
setUpdateCheckManager(UpdateCheckManager) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
setUpdateCheckManager(UpdateCheckManager) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
 
setUpdateCheckManager(UpdateCheckManager) - Method in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
setUpdatePolicyAnalyzer(UpdatePolicyAnalyzer) - Method in class org.eclipse.aether.internal.impl.DefaultRemoteRepositoryManager
 
setUpdatePolicyAnalyzer(UpdatePolicyAnalyzer) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
setVersionRangeResolver(VersionRangeResolver) - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
 
setVersionRangeResolver(VersionRangeResolver) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
setVersionResolver(VersionResolver) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
setVersionResolver(VersionResolver) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
shutdown() - Method in class org.eclipse.aether.internal.impl.synccontext.DefaultSyncContextFactory
 
shutdown() - Method in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapter
 
SimpleLocalRepositoryManagerFactory - Class in org.eclipse.aether.internal.impl
Creates local repository managers for repository type "simple".
SimpleLocalRepositoryManagerFactory() - Constructor for class org.eclipse.aether.internal.impl.SimpleLocalRepositoryManagerFactory
 
Slf4jLoggerFactory - Class in org.eclipse.aether.internal.impl.slf4j
Deprecated.
Use SLF4J instead
Slf4jLoggerFactory() - Constructor for class org.eclipse.aether.internal.impl.slf4j.Slf4jLoggerFactory
Deprecated.
Creates an instance of this logger factory.
StaticNameMapper - Class in org.eclipse.aether.internal.impl.synccontext.named
Static NameMapper, always assigns one same name, effectively becoming equivalent to "static" sync context.
StaticNameMapper() - Constructor for class org.eclipse.aether.internal.impl.synccontext.named.StaticNameMapper
Uses string "static" for the static name
StaticNameMapper(String) - Constructor for class org.eclipse.aether.internal.impl.synccontext.named.StaticNameMapper
Uses passed in non-null string for the static name
SyncContextFactory - Interface in org.eclipse.aether.impl
Deprecated.
For backward compatibility reasons only, do not use this interface.

T

TIME - Static variable in class org.eclipse.aether.internal.impl.synccontext.NamedLockFactorySelector
 
TIME_UNIT - Static variable in class org.eclipse.aether.internal.impl.synccontext.NamedLockFactorySelector
 
toString() - Method in class org.eclipse.aether.impl.UpdateCheck
 
touchArtifact(RepositorySystemSession, UpdateCheck<Artifact, ArtifactTransferException>) - Method in interface org.eclipse.aether.impl.UpdateCheckManager
Updates the timestamp for the artifact contained in the update check.
touchArtifact(RepositorySystemSession, UpdateCheck<Artifact, ArtifactTransferException>) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
touchMetadata(RepositorySystemSession, UpdateCheck<Metadata, MetadataTransferException>) - Method in interface org.eclipse.aether.impl.UpdateCheckManager
Updates the timestamp for the metadata contained in the update check.
touchMetadata(RepositorySystemSession, UpdateCheck<Metadata, MetadataTransferException>) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
TrackingFileManager - Interface in org.eclipse.aether.internal.impl
Manages access to a properties file.
transformArtifact(Artifact) - Method in interface org.eclipse.aether.impl.MetadataGenerator
Enables the metadata generator to transform the specified artifact.

U

update(File, Map<String, String>) - Method in class org.eclipse.aether.internal.impl.DefaultTrackingFileManager
 
update(File, Map<String, String>) - Method in interface org.eclipse.aether.internal.impl.TrackingFileManager
 
UpdateCheck<T,E extends RepositoryException> - Class in org.eclipse.aether.impl
A request to check if an update of an artifact/metadata from a remote repository is needed.
UpdateCheck() - Constructor for class org.eclipse.aether.impl.UpdateCheck
Creates an uninitialized update check request.
UpdateCheckManager - Interface in org.eclipse.aether.impl
Determines if updates of artifacts and metadata from remote repositories are needed.
UpdatePolicyAnalyzer - Interface in org.eclipse.aether.impl
Evaluates update policies.

V

VersionRangeResolver - Interface in org.eclipse.aether.impl
Parses and evaluates version ranges encountered in dependency declarations.
VersionResolver - Interface in org.eclipse.aether.impl
Evaluates artifact meta/pseudo versions.

W

write(File, String) - Method in class org.eclipse.aether.internal.impl.DefaultFileProcessor
 
write(File, InputStream) - Method in class org.eclipse.aether.internal.impl.DefaultFileProcessor
 
A C D E F G I L M N O P R S T U V W 
Skip navigation links

Copyright © 2010–2021 The Apache Software Foundation. All rights reserved.