| Constructor and Description |
|---|
MirrorConfig() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.aether.repository.RemoteRepository |
createRemoteRepository(org.eclipse.aether.repository.RemoteRepository.Builder mirroredRemoteRepositoryBuilder) |
String |
getId()
Returns the id of the represented mirror remote repository.
|
String |
getMirrorOf()
Returns the id of the mirrored remote repository.
|
String |
getName()
Returns the name of the represented mirror remote repository.
|
String |
getUrl()
Returns the URL of the represented mirror remote repository.
|
void |
setId(String id)
Sets the id of the represented mirror remote repository.
|
void |
setMirrorOf(String mirrorOf)
Sets the id of the mirrored remote repository.
|
void |
setName(String name)
Sets the name of the represented mirror remote repository.
|
void |
setUrl(String url)
Sets the URL of the represented mirror remote repository.
|
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getUrl()
public void setUrl(String url)
public String getMirrorOf()
public void setMirrorOf(String mirrorOf)
public org.eclipse.aether.repository.RemoteRepository createRemoteRepository(org.eclipse.aether.repository.RemoteRepository.Builder mirroredRemoteRepositoryBuilder)
Copyright © 2016. All rights reserved.