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()
Repository
getId
in interface Repository
null
.@Nonnull public String getType()
Repository
getType
in interface Repository
null
.@Nonnull public Path getPath()
getPath
in interface LocalRepository
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.