|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.settings.TrackableBase org.apache.maven.settings.IdentifiableBase org.apache.maven.settings.Mirror
public class Mirror
A download mirror for a given repository.
Field Summary |
---|
Fields inherited from class org.apache.maven.settings.TrackableBase |
---|
GLOBAL_LEVEL, USER_LEVEL |
Constructor Summary | |
---|---|
Mirror()
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.apache.maven.settings.IdentifiableBase |
---|
getId, setId |
Methods inherited from class org.apache.maven.settings.TrackableBase |
---|
getSourceLevel, setSourceLevel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Mirror()
Method Detail |
---|
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
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |