Package org.apache.maven.settings
Class RepositoryBase
java.lang.Object
org.apache.maven.settings.BaseObject
org.apache.maven.settings.TrackableBase
org.apache.maven.settings.IdentifiableBase
org.apache.maven.settings.RepositoryBase
- All Implemented Interfaces:
Serializable
,Cloneable
- Direct Known Subclasses:
Repository
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.maven.settings.BaseObject
BaseObject.ChildrenTracking
-
Field Summary
Fields inherited from class org.apache.maven.settings.TrackableBase
GLOBAL_LEVEL, PROJECT_LEVEL, USER_LEVEL
Fields inherited from class org.apache.maven.settings.BaseObject
childrenTracking, delegate
-
Constructor Summary
ConstructorDescriptionRepositoryBase
(RepositoryBase delegate) RepositoryBase
(RepositoryBase delegate, BaseObject parent) -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getName()
getUrl()
int
hashCode()
protected boolean
static List
<RepositoryBase> static List
<RepositoryBase> void
void
void
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
Methods inherited from class org.apache.maven.settings.BaseObject
update
-
Constructor Details
-
RepositoryBase
public RepositoryBase() -
RepositoryBase
-
RepositoryBase
-
-
Method Details
-
clone
- Overrides:
clone
in classIdentifiableBase
-
getDelegate
- Overrides:
getDelegate
in classIdentifiableBase
-
equals
- Overrides:
equals
in classIdentifiableBase
-
hashCode
public int hashCode()- Overrides:
hashCode
in classIdentifiableBase
-
getName
-
setName
-
getUrl
-
setUrl
-
getLayout
-
setLayout
-
replace
- Overrides:
replace
in classIdentifiableBase
-
repositoryBaseToApiV4
-
repositoryBaseToApiV3
-