Package org.apache.maven.model
Class RepositoryPolicy
java.lang.Object
org.apache.maven.model.RepositoryPolicy
- All Implemented Interfaces:
- Serializable,- Cloneable,- InputLocationTracker
public class RepositoryPolicy
extends Object
implements Serializable, Cloneable, InputLocationTracker
Download policy.
- Version:
- $Revision$ $Date$
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionclone()Method clone.Get what to do when verification of an artifact checksum fails.Get whether to use this repository for downloading this type of artifact.getLocation(Object key) Gets the location of the specified field in the input source.Get the frequency for downloading updates - can bealways,daily(default),interval:XXX(in minutes) ornever(only if it doesn't exist locally).booleanvoidsetChecksumPolicy(String checksumPolicy) Set what to do when verification of an artifact checksum fails.voidsetEnabled(boolean enabled) voidsetEnabled(String enabled) Set whether to use this repository for downloading this type of artifact.voidsetLocation(Object key, InputLocation location) Sets the location of the specified field.voidsetOtherLocation(Object key, InputLocation location) voidsetUpdatePolicy(String updatePolicy) Set the frequency for downloading updates - can bealways,daily(default),interval:XXX(in minutes) ornever(only if it doesn't exist locally).
- 
Constructor Details- 
RepositoryPolicypublic RepositoryPolicy()
 
- 
- 
Method Details- 
cloneMethod clone.
- 
getChecksumPolicyGet what to do when verification of an artifact checksum fails. Valid values areignore,failorwarn(the default).- Returns:
- String
 
- 
getEnabledGet whether to use this repository for downloading this type of artifact. Note: While the type of this field isStringfor technical reasons, the semantic type is actuallyBoolean. Default value istrue.- Returns:
- String
 
- 
getLocationDescription copied from interface:InputLocationTrackerGets the location of the specified field in the input source.- Specified by:
- getLocationin interface- InputLocationTracker
- Parameters:
- key- a key object.
- Returns:
- InputLocation
 
- 
setLocationDescription copied from interface:InputLocationTrackerSets the location of the specified field.- Specified by:
- setLocationin interface- InputLocationTracker
- Parameters:
- key- a key object.
- location- a location object.
 
- 
setOtherLocation- Parameters:
- key- a key object.
- location- a location object.
 
- 
getUpdatePolicyGet the frequency for downloading updates - can bealways,daily(default),interval:XXX(in minutes) ornever(only if it doesn't exist locally).- Returns:
- String
 
- 
setChecksumPolicySet what to do when verification of an artifact checksum fails. Valid values areignore,failorwarn(the default).- Parameters:
- checksumPolicy- a checksumPolicy object.
 
- 
setEnabledSet whether to use this repository for downloading this type of artifact. Note: While the type of this field isStringfor technical reasons, the semantic type is actuallyBoolean. Default value istrue.- Parameters:
- enabled- a enabled object.
 
- 
setUpdatePolicySet the frequency for downloading updates - can bealways,daily(default),interval:XXX(in minutes) ornever(only if it doesn't exist locally).- Parameters:
- updatePolicy- a updatePolicy object.
 
- 
isEnabledpublic boolean isEnabled()
- 
setEnabledpublic void setEnabled(boolean enabled) 
 
-