public class Mirror extends IdentifiableBase implements Serializable
GLOBAL_LEVEL, USER_LEVEL
Constructor and Description |
---|
Mirror() |
Modifier and Type | Method and Description |
---|---|
String |
getMirrorOf()
Get the server ID of the repository being mirrored, eg
"central".
|
String |
getName()
Get the optional name that describes the mirror.
|
String |
getUrl()
Get the URL of the mirror repository.
|
void |
setMirrorOf(String mirrorOf)
Set the server ID of the repository being mirrored, eg
"central".
|
void |
setName(String name)
Set the optional name that describes the mirror.
|
void |
setUrl(String url)
Set the URL of the mirror repository.
|
getId, setId
getSourceLevel, setSourceLevel
public String getMirrorOf()
public String getName()
public String getUrl()
public void setMirrorOf(String mirrorOf)
mirrorOf
- public void setName(String name)
name
- public void setUrl(String url)
url
- Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.