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 SummaryNested classes/interfaces inherited from class org.apache.maven.settings.BaseObjectBaseObject.ChildrenTracking
- 
Field SummaryFields inherited from class org.apache.maven.settings.TrackableBaseGLOBAL_LEVEL, PROJECT_LEVEL, USER_LEVELFields inherited from class org.apache.maven.settings.BaseObjectchildrenTracking, delegate
- 
Constructor SummaryConstructorsConstructorDescriptionRepositoryBase(RepositoryBase delegate) RepositoryBase(RepositoryBase delegate, BaseObject parent) 
- 
Method SummaryModifier and TypeMethodDescriptionclone()booleangetName()getUrl()inthashCode()protected booleanstatic List<RepositoryBase> static List<RepositoryBase> voidvoidvoidMethods inherited from class org.apache.maven.settings.IdentifiableBasegetId, identifiableBaseToApiV3, identifiableBaseToApiV4, setIdMethods inherited from class org.apache.maven.settings.TrackableBasegetSourceLevel, setSourceLevel, trackableBaseToApiV3, trackableBaseToApiV4Methods inherited from class org.apache.maven.settings.BaseObjectupdate
- 
Constructor Details- 
RepositoryBasepublic RepositoryBase()
- 
RepositoryBase
- 
RepositoryBase
 
- 
- 
Method Details- 
clone- Overrides:
- clonein class- IdentifiableBase
 
- 
getDelegate- Overrides:
- getDelegatein class- IdentifiableBase
 
- 
equals- Overrides:
- equalsin class- IdentifiableBase
 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- IdentifiableBase
 
- 
getName
- 
setName
- 
getUrl
- 
setUrl
- 
getLayout
- 
setLayout
- 
replace- Overrides:
- replacein class- IdentifiableBase
 
- 
repositoryBaseToApiV4
- 
repositoryBaseToApiV3
 
-