java.io.Serializablepublic class Mirror extends IdentifiableBase implements java.io.Serializable
GLOBAL_LEVEL, USER_LEVEL| Constructor | Description |
|---|---|
Mirror() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getMirrorOf() |
Get the server ID of the repository being mirrored, eg
"central".
|
java.lang.String |
getName() |
Get the optional name that describes the mirror.
|
java.lang.String |
getUrl() |
Get the URL of the mirror repository.
|
void |
setMirrorOf(java.lang.String mirrorOf) |
Set the server ID of the repository being mirrored, eg
"central".
|
void |
setName(java.lang.String name) |
Set the optional name that describes the mirror.
|
void |
setUrl(java.lang.String url) |
Set the URL of the mirror repository.
|
getId, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSourceLevel, setSourceLevelpublic java.lang.String getMirrorOf()
public java.lang.String getName()
public java.lang.String getUrl()
public void setMirrorOf(java.lang.String mirrorOf)
mirrorOf - public void setName(java.lang.String name)
name - public void setUrl(java.lang.String url)
url -