A C D E F G H I L M N O P R S T U V W 
All Classes All Packages

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
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
Deprecated.
Use AetherModule instead.
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.AetherModule
Deprecated.
 
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

CacheUtils - Class in org.eclipse.aether.internal.impl
Deprecated.
To be deleted without replacement.
CacheUtils() - Constructor for class org.eclipse.aether.internal.impl.CacheUtils
Deprecated.
 
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
A simple service locator that is already setup with all components from this library.
DefaultServiceLocator() - Constructor for class org.eclipse.aether.impl.DefaultServiceLocator
Creates a new service locator that already knows about all service implementations included this library.
DefaultServiceLocator.ErrorHandler - Class in org.eclipse.aether.impl
A hook to customize the handling of errors encountered while locating a service implementation.
DefaultSyncContextFactory - Class in org.eclipse.aether.internal.impl
A factory to create synchronization contexts.
DefaultSyncContextFactory() - Constructor for class org.eclipse.aether.internal.impl.DefaultSyncContextFactory
 
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.
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
 
eq(T, T) - Static method in class org.eclipse.aether.internal.impl.CacheUtils
Deprecated.
 
ErrorHandler() - Constructor for class org.eclipse.aether.impl.DefaultServiceLocator.ErrorHandler
 

F

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

G

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.
getLogger(String) - Method in class org.eclipse.aether.internal.impl.slf4j.Slf4jLoggerFactory
 
getPolicy() - Method in class org.eclipse.aether.impl.UpdateCheck
Gets the policy to use for the check.
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(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.
getRepository(RepositorySystemSession, List<RemoteRepository>, Class<?>, String) - Static method in class org.eclipse.aether.internal.impl.CacheUtils
Deprecated.
 
getService(Class<T>) - Method in class org.eclipse.aether.impl.DefaultServiceLocator
 
getServices(Class<T>) - Method in class org.eclipse.aether.impl.DefaultServiceLocator
 
getWorkspace(RepositorySystemSession) - Static method in class org.eclipse.aether.internal.impl.CacheUtils
Deprecated.
 

H

hash(Object) - Static method in class org.eclipse.aether.internal.impl.CacheUtils
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.slf4j.Slf4jLoggerFactory
 
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
 
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

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, boolean) - Method in interface org.eclipse.aether.impl.SyncContextFactory
Creates a new synchronization context.
newInstance(RepositorySystemSession, boolean) - Method in class org.eclipse.aether.internal.impl.DefaultSyncContextFactory
 
newInstance(RepositorySystemSession, DeployRequest) - Method in interface org.eclipse.aether.impl.MetadataGeneratorFactory
Creates a new metadata generator for the specified deploy request.
newInstance(RepositorySystemSession, InstallRequest) - Method in interface org.eclipse.aether.impl.MetadataGeneratorFactory
Creates a new metadata generator for the specified install request.
newInstance(RepositorySystemSession, LocalRepository) - Method in class org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManagerFactory
 
newInstance(RepositorySystemSession, LocalRepository) - Method in class org.eclipse.aether.internal.impl.SimpleLocalRepositoryManagerFactory
 
newInstance(RepositorySystemSession, RemoteRepository) - Method in class org.eclipse.aether.internal.impl.Maven2RepositoryLayoutFactory
 
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
 

P

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

R

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.
repositoriesEquals(List<RemoteRepository>, List<RemoteRepository>) - Static method in class org.eclipse.aether.internal.impl.CacheUtils
Deprecated.
 
repositoriesHashCode(List<RemoteRepository>) - Static method in class org.eclipse.aether.internal.impl.CacheUtils
Deprecated.
 
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
Handles errors during creation of a service.
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
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
 
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
Sets the implementation class for a service.
setServices(Class<T>, T...) - Method in class org.eclipse.aether.impl.DefaultServiceLocator
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
 
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
 
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
A logger factory that delegates to SLF4J logging.
Slf4jLoggerFactory() - Constructor for class org.eclipse.aether.internal.impl.slf4j.Slf4jLoggerFactory
Creates an instance of this logger factory.
SyncContextFactory - Interface in org.eclipse.aether.impl
A factory to create synchronization contexts.

T

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
 
transformArtifact(Artifact) - Method in interface org.eclipse.aether.impl.MetadataGenerator
Enables the metadata generator to transform the specified artifact.

U

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, InputStream) - Method in class org.eclipse.aether.internal.impl.DefaultFileProcessor
 
write(File, String) - Method in class org.eclipse.aether.internal.impl.DefaultFileProcessor
 
A C D E F G H I L M N O P R S T U V W 
All Classes All Packages