Uses of Class
org.eclipse.aether.repository.LocalRepository
Packages that use LocalRepository
Package
Description
The primary API of the
RepositorySystem
and its functionality.The provisional interfaces defining the various subcomponents that implement the repository system.
The various sub components that collectively implement the repository system.
Utility classes to ease unit testing.
The definition of various kinds of repositories that host artifacts.
The contract for custom local repository implementations.
A listener and various exception types dealing with the transfer of a resource between the local system and a remote
repository.
Ready-to-use selectors for authentication, proxies and mirrors and a few other repository related utilities.
-
Uses of LocalRepository in org.eclipse.aether
Methods in org.eclipse.aether that return LocalRepositoryModifier and TypeMethodDescriptionAbstractForwardingRepositorySystemSession.getLocalRepository()
DefaultRepositorySystemSession.getLocalRepository()
RepositorySystemSession.getLocalRepository()
Gets the local repository used during this session.Methods in org.eclipse.aether with parameters of type LocalRepositoryModifier and TypeMethodDescriptionRepositorySystem.newLocalRepositoryManager
(RepositorySystemSession session, LocalRepository localRepository) Creates a new manager for the specified local repository.RepositorySystem.newLocalRepositoryManager
(RepositorySystemSession session, LocalRepository... localRepositories) Creates a new manager for the specified local repositories.RepositorySystemSession.SessionBuilder.withLocalRepositories
(LocalRepository... localRepositories) Shortcut method to set up local repository manager directly onto builder.Method parameters in org.eclipse.aether with type arguments of type LocalRepositoryModifier and TypeMethodDescriptionRepositorySystem.newLocalRepositoryManager
(RepositorySystemSession session, List<LocalRepository> localRepositories) Creates a new manager for the specified local repositories.RepositorySystemSession.SessionBuilder.withLocalRepositories
(Collection<LocalRepository> localRepositories) Shortcut method to set up local repository manager directly onto builder. -
Uses of LocalRepository in org.eclipse.aether.impl
Methods in org.eclipse.aether.impl with parameters of type LocalRepositoryModifier and TypeMethodDescriptionLocalRepositoryProvider.newLocalRepositoryManager
(RepositorySystemSession session, LocalRepository localRepository) Creates a new manager for the specified local repository. -
Uses of LocalRepository in org.eclipse.aether.internal.impl
Methods in org.eclipse.aether.internal.impl with parameters of type LocalRepositoryModifier and TypeMethodDescriptionEnhancedLocalRepositoryManagerFactory.newInstance
(RepositorySystemSession session, LocalRepository repository) SimpleLocalRepositoryManagerFactory.newInstance
(RepositorySystemSession session, LocalRepository repository) DefaultLocalRepositoryProvider.newLocalRepositoryManager
(RepositorySystemSession session, LocalRepository repository) DefaultRepositorySystem.newLocalRepositoryManager
(RepositorySystemSession session, LocalRepository localRepository) DefaultRepositorySystem.newLocalRepositoryManager
(RepositorySystemSession session, LocalRepository... localRepositories) Method parameters in org.eclipse.aether.internal.impl with type arguments of type LocalRepositoryModifier and TypeMethodDescriptionDefaultRepositorySystem.newLocalRepositoryManager
(RepositorySystemSession session, List<LocalRepository> localRepositories) -
Uses of LocalRepository in org.eclipse.aether.internal.impl.session
Methods in org.eclipse.aether.internal.impl.session that return LocalRepositoryMethods in org.eclipse.aether.internal.impl.session with parameters of type LocalRepositoryModifier and TypeMethodDescriptionDefaultSessionBuilder.withLocalRepositories
(LocalRepository... localRepositories) Method parameters in org.eclipse.aether.internal.impl.session with type arguments of type LocalRepositoryModifier and TypeMethodDescriptionDefaultSessionBuilder.withLocalRepositories
(Collection<LocalRepository> localRepositories) Constructor parameters in org.eclipse.aether.internal.impl.session with type arguments of type LocalRepositoryModifierConstructorDescriptionDefaultCloseableSession
(String sessionId, boolean offline, boolean ignoreArtifactDescriptorRepositories, ResolutionErrorPolicy resolutionErrorPolicy, ArtifactDescriptorPolicy artifactDescriptorPolicy, String checksumPolicy, String artifactUpdatePolicy, String metadataUpdatePolicy, LocalRepositoryManager localRepositoryManager, Collection<LocalRepository> localRepositories, WorkspaceReader workspaceReader, Collection<RepositoryListener> repositoryListener, Collection<TransferListener> transferListener, Map<String, String> systemProperties, Map<String, String> userProperties, Map<String, Object> configProperties, MirrorSelector mirrorSelector, ProxySelector proxySelector, AuthenticationSelector authenticationSelector, ArtifactTypeRegistry artifactTypeRegistry, DependencyTraverser dependencyTraverser, DependencyManager dependencyManager, DependencySelector dependencySelector, VersionFilter versionFilter, DependencyGraphTransformer dependencyGraphTransformer, SessionData data, RepositoryCache cache, ScopeManager scopeManager, List<Runnable> onSessionEndedHandlers, RepositorySystem repositorySystem, RepositorySystemLifecycle repositorySystemLifecycle) -
Uses of LocalRepository in org.eclipse.aether.internal.test.util
Methods in org.eclipse.aether.internal.test.util that return LocalRepository -
Uses of LocalRepository in org.eclipse.aether.repository
Methods in org.eclipse.aether.repository that return LocalRepositoryModifier and TypeMethodDescriptionLocalRepositoryManager.getRepository()
Gets the description of the local repository being managed.NoLocalRepositoryManagerException.getRepository()
Gets the local repository whose content type is not supported.Constructors in org.eclipse.aether.repository with parameters of type LocalRepositoryModifierConstructorDescriptionNoLocalRepositoryManagerException
(LocalRepository repository) Creates a new exception with the specified repository.NoLocalRepositoryManagerException
(LocalRepository repository, String message) Creates a new exception with the specified repository and detail message.NoLocalRepositoryManagerException
(LocalRepository repository, String message, Throwable cause) Creates a new exception with the specified repository, detail message and cause.NoLocalRepositoryManagerException
(LocalRepository repository, Throwable cause) Creates a new exception with the specified repository and cause. -
Uses of LocalRepository in org.eclipse.aether.spi.localrepo
Methods in org.eclipse.aether.spi.localrepo with parameters of type LocalRepositoryModifier and TypeMethodDescriptionLocalRepositoryManagerFactory.newInstance
(RepositorySystemSession session, LocalRepository repository) Tries to create a repository manager for the specified local repository. -
Uses of LocalRepository in org.eclipse.aether.transfer
Constructors in org.eclipse.aether.transfer with parameters of type LocalRepositoryModifierConstructorDescriptionMetadataNotFoundException
(Metadata metadata, LocalRepository repository) Creates a new exception with the specified metadata and local repository. -
Uses of LocalRepository in org.eclipse.aether.util.repository
Methods in org.eclipse.aether.util.repository that return LocalRepository