Modifier and Type | Method and Description |
---|---|
LocalRepository |
DefaultRepositorySystemSession.getLocalRepository() |
LocalRepository |
RepositorySystemSession.getLocalRepository()
Gets the local repository used during this session.
|
LocalRepository |
AbstractForwardingRepositorySystemSession.getLocalRepository() |
Modifier and Type | Method and Description |
---|---|
LocalRepositoryManager |
RepositorySystem.newLocalRepositoryManager(RepositorySystemSession session,
LocalRepository localRepository)
Creates a new manager for the specified local repository.
|
Modifier and Type | Method and Description |
---|---|
LocalRepositoryManager |
LocalRepositoryProvider.newLocalRepositoryManager(RepositorySystemSession session,
LocalRepository localRepository) |
Modifier and Type | Method and Description |
---|---|
LocalRepositoryManager |
EnhancedLocalRepositoryManagerFactory.newInstance(RepositorySystemSession session,
LocalRepository repository) |
LocalRepositoryManager |
SimpleLocalRepositoryManagerFactory.newInstance(RepositorySystemSession session,
LocalRepository repository) |
LocalRepositoryManager |
DefaultRepositorySystem.newLocalRepositoryManager(RepositorySystemSession session,
LocalRepository localRepository) |
LocalRepositoryManager |
DefaultLocalRepositoryProvider.newLocalRepositoryManager(RepositorySystemSession session,
LocalRepository localRepository) |
Modifier and Type | Method and Description |
---|---|
LocalRepository |
TestLocalRepositoryManager.getRepository() |
Modifier and Type | Method and Description |
---|---|
LocalRepository |
LocalRepositoryManager.getRepository()
Gets the description of the local repository being managed.
|
LocalRepository |
NoLocalRepositoryManagerException.getRepository() |
Constructor and Description |
---|
NoLocalRepositoryManagerException(LocalRepository repository) |
NoLocalRepositoryManagerException(LocalRepository repository,
String message) |
NoLocalRepositoryManagerException(LocalRepository repository,
String message,
Throwable cause) |
NoLocalRepositoryManagerException(LocalRepository repository,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
LocalRepositoryManager |
LocalRepositoryManagerFactory.newInstance(RepositorySystemSession session,
LocalRepository repository)
Tries to create a repository manager for the specified local repository.
|
Constructor and Description |
---|
MetadataNotFoundException(Metadata metadata,
LocalRepository repository) |
Copyright © 2010–2013 The Eclipse Foundation. All rights reserved.