| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 | |
|---|---|
|  Mirror | clone()Method clone. | 
|  String | getLayout()Get the layout of the mirror repository. | 
|  String | getMirrorOf()Get the server ID of the repository being mirrored, eg "central". | 
|  String | getMirrorOfLayouts()Get the layouts of repositories being mirrored. | 
|  String | getName()Get the optional name that describes the mirror. | 
|  String | getUrl()Get the URL of the mirror repository. | 
|  void | setLayout(String layout)Set the layout of the mirror repository. | 
|  void | setMirrorOf(String mirrorOf)Set the server ID of the repository being mirrored, eg "central". | 
|  void | setMirrorOfLayouts(String mirrorOfLayouts)Set the layouts of repositories being mirrored. | 
|  void | setName(String name)Set the optional name that describes the mirror. | 
|  void | setUrl(String url)Set the URL of the mirror repository. | 
|  String | toString() | 
| 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 | 
|---|
| equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public Mirror()
| Method Detail | 
|---|
public Mirror clone()
clone in class IdentifiableBasepublic String getLayout()
public String getMirrorOf()
public String getMirrorOfLayouts()
public String getName()
public String getUrl()
public void setLayout(String layout)
layout - public void setMirrorOf(String mirrorOf)
mirrorOf - public void setMirrorOfLayouts(String mirrorOfLayouts)
mirrorOfLayouts - public void setName(String name)
name - public void setUrl(String url)
url - public String toString()
toString in class Object| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||