java.io.Serializable, java.lang.Cloneablepublic class Mirror extends IdentifiableBase implements java.io.Serializable, java.lang.Cloneable
GLOBAL_LEVEL, USER_LEVEL| Constructor | Description |
|---|---|
Mirror() |
| Modifier and Type | Method | Description |
|---|---|---|
Mirror |
clone() |
Method clone.
|
java.lang.String |
getLayout() |
Get the layout of the mirror repository.
|
java.lang.String |
getMirrorOf() |
Get the server ID of the repository being mirrored, e.g.,
"central".
|
java.lang.String |
getMirrorOfLayouts() |
Get the layouts of repositories being mirrored.
|
java.lang.String |
getName() |
Get the optional name that describes the mirror.
|
java.lang.String |
getUrl() |
Get the URL of the mirror repository.
|
void |
setLayout(java.lang.String layout) |
Set the layout of the mirror repository.
|
void |
setMirrorOf(java.lang.String mirrorOf) |
Set the server ID of the repository being mirrored, e.g.,
"central".
|
void |
setMirrorOfLayouts(java.lang.String mirrorOfLayouts) |
Set the layouts of repositories being mirrored.
|
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.
|
java.lang.String |
toString() |
getId, setIdequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetSourceLevel, setSourceLevelpublic Mirror clone()
clone in class IdentifiableBasepublic java.lang.String getLayout()
public java.lang.String getMirrorOf()
public java.lang.String getMirrorOfLayouts()
public java.lang.String getName()
public java.lang.String getUrl()
public void setLayout(java.lang.String layout)
layout - public void setMirrorOf(java.lang.String mirrorOf)
mirrorOf - public void setMirrorOfLayouts(java.lang.String mirrorOfLayouts)
mirrorOfLayouts - public void setName(java.lang.String name)
name - public void setUrl(java.lang.String url)
url - public java.lang.String toString()
toString in class java.lang.Object