Uses of Class
org.eclipse.aether.repository.LocalRepository
-
Packages that use LocalRepository Package Description org.eclipse.aether The primary API of theRepositorySystemand its functionality.org.eclipse.aether.impl The provisional interfaces defining the various sub components that implement the repository system.org.eclipse.aether.internal.impl The various sub components that collectively implement the repository system.org.eclipse.aether.internal.test.util Utility classes to ease unit testing.org.eclipse.aether.repository The definition of various kinds of repositories that host artifacts.org.eclipse.aether.spi.localrepo The contract for custom local repository implementations.org.eclipse.aether.transfer A listener and various exception types dealing with the transfer of a resource between the local system and a remote repository. -
-
Uses of LocalRepository in org.eclipse.aether
Methods in org.eclipse.aether that return LocalRepository Modifier and Type Method Description LocalRepositoryAbstractForwardingRepositorySystemSession. getLocalRepository()LocalRepositoryDefaultRepositorySystemSession. getLocalRepository()LocalRepositoryRepositorySystemSession. getLocalRepository()Gets the local repository used during this session.Methods in org.eclipse.aether with parameters of type LocalRepository Modifier and Type Method Description LocalRepositoryManagerRepositorySystem. newLocalRepositoryManager(RepositorySystemSession session, LocalRepository localRepository)Creates a new manager for the specified local repository. -
Uses of LocalRepository in org.eclipse.aether.impl
Methods in org.eclipse.aether.impl with parameters of type LocalRepository Modifier and Type Method Description LocalRepositoryManagerLocalRepositoryProvider. newLocalRepositoryManager(RepositorySystemSession session, LocalRepository localRepository)Creates a new manager for the specified local repository. -
Uses of LocalRepository in org.eclipse.aether.internal.impl
Fields in org.eclipse.aether.internal.impl declared as LocalRepository Modifier and Type Field Description private LocalRepositorySimpleLocalRepositoryManager. repositoryMethods in org.eclipse.aether.internal.impl that return LocalRepository Modifier and Type Method Description LocalRepositorySimpleLocalRepositoryManager. getRepository()Methods in org.eclipse.aether.internal.impl with parameters of type LocalRepository Modifier and Type Method Description LocalRepositoryManagerEnhancedLocalRepositoryManagerFactory. newInstance(RepositorySystemSession session, LocalRepository repository)LocalRepositoryManagerSimpleLocalRepositoryManagerFactory. newInstance(RepositorySystemSession session, LocalRepository repository)LocalRepositoryManagerDefaultLocalRepositoryProvider. newLocalRepositoryManager(RepositorySystemSession session, LocalRepository repository)LocalRepositoryManagerDefaultRepositorySystem. newLocalRepositoryManager(RepositorySystemSession session, LocalRepository localRepository) -
Uses of LocalRepository in org.eclipse.aether.internal.test.util
Fields in org.eclipse.aether.internal.test.util declared as LocalRepository Modifier and Type Field Description private LocalRepositoryTestLocalRepositoryManager. localRepositoryMethods in org.eclipse.aether.internal.test.util that return LocalRepository Modifier and Type Method Description LocalRepositoryTestLocalRepositoryManager. getRepository() -
Uses of LocalRepository in org.eclipse.aether.repository
Fields in org.eclipse.aether.repository declared as LocalRepository Modifier and Type Field Description private LocalRepositoryNoLocalRepositoryManagerException. repositoryMethods in org.eclipse.aether.repository that return LocalRepository Modifier and Type Method Description LocalRepositoryLocalRepositoryManager. getRepository()Gets the description of the local repository being managed.LocalRepositoryNoLocalRepositoryManagerException. getRepository()Gets the local repository whose content type is not supported.Methods in org.eclipse.aether.repository with parameters of type LocalRepository Modifier and Type Method Description private static java.lang.StringNoLocalRepositoryManagerException. toMessage(LocalRepository repository)Constructors in org.eclipse.aether.repository with parameters of type LocalRepository Constructor Description NoLocalRepositoryManagerException(LocalRepository repository)Creates a new exception with the specified repository.NoLocalRepositoryManagerException(LocalRepository repository, java.lang.String message)Creates a new exception with the specified repository and detail message.NoLocalRepositoryManagerException(LocalRepository repository, java.lang.String message, java.lang.Throwable cause)Creates a new exception with the specified repository, detail message and cause.NoLocalRepositoryManagerException(LocalRepository repository, java.lang.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 LocalRepository Modifier and Type Method Description LocalRepositoryManagerLocalRepositoryManagerFactory. newInstance(RepositorySystemSession session, LocalRepository repository)Tries to create a repository manager for the specified local repository. -
Uses of LocalRepository in org.eclipse.aether.transfer
Methods in org.eclipse.aether.transfer with parameters of type LocalRepository Modifier and Type Method Description private static java.lang.StringMetadataNotFoundException. getString(java.lang.String prefix, LocalRepository repository)Constructors in org.eclipse.aether.transfer with parameters of type LocalRepository Constructor Description MetadataNotFoundException(Metadata metadata, LocalRepository repository)Creates a new exception with the specified metadata and local repository.
-