| 
||||||||||
| 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 | |
|---|---|
 String | 
getMirrorOf()
Get The server ID of the repository being mirrored, eg "central".  | 
 String | 
getModelEncoding()
 | 
 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 | 
setModelEncoding(String modelEncoding)
Set an encoding used for reading/writing the model.  | 
 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 - public void setModelEncoding(String modelEncoding)
setModelEncoding in class IdentifiableBasemodelEncoding - the encoding used when reading/writing the model.public String getModelEncoding()
getModelEncoding in class IdentifiableBase
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||