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