Class RepositoryBase
java.lang.Object
org.apache.maven.model.BaseObject
org.apache.maven.model.RepositoryBase
- All Implemented Interfaces:
- Serializable,- Cloneable,- InputLocationTracker
- Direct Known Subclasses:
- Repository
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.maven.model.BaseObjectBaseObject.ChildrenTracking
- 
Field SummaryFields inherited from class org.apache.maven.model.BaseObjectchildrenTracking, delegate
- 
Constructor SummaryConstructorsConstructorDescriptionRepositoryBase(RepositoryBase delegate) RepositoryBase(RepositoryBase delegate, BaseObject parent) 
- 
Method SummaryModifier and TypeMethodDescriptionclone()booleangetId()getLocation(Object key) Gets the location of the specified field in the input source.getName()getUrl()inthashCode()protected booleanstatic List<RepositoryBase> static List<RepositoryBase> voidvoidsetImportedFrom(InputLocation location) voidvoidsetLocation(Object key, InputLocation location) Sets the location of the specified field.voidvoidMethods inherited from class org.apache.maven.model.BaseObjectupdate
- 
Constructor Details- 
RepositoryBasepublic RepositoryBase()
- 
RepositoryBase
- 
RepositoryBase
 
- 
- 
Method Details- 
clone
- 
getDelegate- Overrides:
- getDelegatein class- BaseObject
 
- 
equals
- 
hashCode
- 
getId
- 
setId
- 
getName
- 
setName
- 
getUrl
- 
setUrl
- 
getLayout
- 
setLayout
- 
getLocationDescription copied from interface:InputLocationTrackerGets the location of the specified field in the input source.- Parameters:
- key- The key of the field, must not be- null.
- Returns:
- The location of the field in the input source or
 nullif unknown.
 
- 
setLocationDescription copied from interface:InputLocationTrackerSets the location of the specified field.- Parameters:
- key- The key of the field, must not be- null.
- location- The location of the field, may be- null.
 
- 
getImportedFrom
- 
setImportedFrom
- 
getLocationKeys
- 
replace- Overrides:
- replacein class- BaseObject
 
- 
repositoryBaseToApiV4
- 
repositoryBaseToApiV3
 
-