Package org.apache.maven.settings
Class Mirror
java.lang.Object
org.apache.maven.settings.TrackableBase
org.apache.maven.settings.IdentifiableBase
org.apache.maven.settings.Mirror
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class org.apache.maven.settings.TrackableBase
GLOBAL_LEVEL, USER_LEVEL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
getName()
getUrl()
boolean
mirrorToApiV3
(List<Mirror> list) mirrorToApiV4
(List<Mirror> list) void
setBlocked
(boolean blocked) void
void
setMirrorOf
(String mirrorOf) void
setMirrorOfLayouts
(String mirrorOfLayouts) void
void
toString()
Methods inherited from class org.apache.maven.settings.IdentifiableBase
getId, identifiableBaseToApiV3, identifiableBaseToApiV4, setId
Methods inherited from class org.apache.maven.settings.TrackableBase
getSourceLevel, setSourceLevel, trackableBaseToApiV3, trackableBaseToApiV4
-
Constructor Details
-
Mirror
public Mirror() -
Mirror
-
-
Method Details
-
clone
- Overrides:
clone
in classIdentifiableBase
-
getDelegate
- Overrides:
getDelegate
in classIdentifiableBase
-
getMirrorOf
-
setMirrorOf
-
getName
-
setName
-
getUrl
-
setUrl
-
getLayout
-
setLayout
-
getMirrorOfLayouts
-
setMirrorOfLayouts
-
isBlocked
public boolean isBlocked() -
setBlocked
public void setBlocked(boolean blocked) -
mirrorToApiV4
-
mirrorToApiV3
-
toString
-