Package org.apache.maven.model
Class DeploymentRepository
java.lang.Object
org.apache.maven.model.BaseObject
org.apache.maven.model.RepositoryBase
org.apache.maven.model.Repository
org.apache.maven.model.DeploymentRepository
- All Implemented Interfaces:
- Serializable,- Cloneable,- InputLocationTracker
- 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 SummaryConstructorsConstructorDescriptionDeploymentRepository(DeploymentRepository delegate) DeploymentRepository(DeploymentRepository delegate, BaseObject parent) 
- 
Method SummaryModifier and TypeMethodDescriptionclone()static List<DeploymentRepository>static List<DeploymentRepository>booleangetLocation(Object key) Gets the location of the specified field in the input source.inthashCode()booleanprotected booleanvoidsetLocation(Object key, InputLocation location) Sets the location of the specified field.voidsetUniqueVersion(boolean uniqueVersion) Methods inherited from class org.apache.maven.model.RepositorygetReleases, getSnapshots, repositoryToApiV3, repositoryToApiV4, setReleases, setSnapshotsMethods inherited from class org.apache.maven.model.RepositoryBasegetId, getLayout, getName, getUrl, repositoryBaseToApiV3, repositoryBaseToApiV4, setId, setLayout, setName, setUrlMethods inherited from class org.apache.maven.model.BaseObjectupdate
- 
Constructor Details- 
DeploymentRepositorypublic DeploymentRepository()
- 
DeploymentRepository
- 
DeploymentRepository
 
- 
- 
Method Details- 
clone- Overrides:
- clonein class- Repository
 
- 
getDelegate- Overrides:
- getDelegatein class- Repository
 
- 
equals- Overrides:
- equalsin class- Repository
 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- Repository
 
- 
isUniqueVersionpublic boolean isUniqueVersion()
- 
setUniqueVersionpublic void setUniqueVersion(boolean uniqueVersion) 
- 
getLocationDescription copied from interface:InputLocationTrackerGets the location of the specified field in the input source.- Specified by:
- getLocationin interface- InputLocationTracker
- Overrides:
- getLocationin class- Repository
- 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.- Specified by:
- setLocationin interface- InputLocationTracker
- Overrides:
- setLocationin class- Repository
- Parameters:
- key- The key of the field, must not be- null.
- location- The location of the field, may be- null.
 
- 
replace- Overrides:
- replacein class- Repository
 
- 
deploymentRepositoryToApiV4public static List<DeploymentRepository> deploymentRepositoryToApiV4(List<DeploymentRepository> list) 
- 
deploymentRepositoryToApiV3public static List<DeploymentRepository> deploymentRepositoryToApiV3(List<DeploymentRepository> list) 
 
-