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