public class DefaultLocalRepository extends Object implements LocalRepository
| Constructor and Description |
|---|
DefaultLocalRepository(org.eclipse.aether.repository.LocalRepository repository) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the identifier of this repository.
|
Path |
getPath() |
org.eclipse.aether.repository.LocalRepository |
getRepository() |
String |
getType()
Gets the type of the repository, for example "default".
|
@Inject public DefaultLocalRepository(@Nonnull org.eclipse.aether.repository.LocalRepository repository)
@Nonnull public org.eclipse.aether.repository.LocalRepository getRepository()
@Nonnull public String getId()
RepositorygetId in interface Repositorynull.@Nonnull public String getType()
RepositorygetType in interface Repositorynull.@Nonnull public Path getPath()
getPath in interface LocalRepositoryCopyright © 2001–2022 The Apache Software Foundation. All rights reserved.