public class RepositoryPolicy
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
checksumPolicy
What to do when verification of an artifact
checksum fails -
warn, fail, etc.
|
private boolean |
enabled
Whether to use this repository for downloading
this type of
artifact.
|
private java.lang.String |
updatePolicy
The frequency for downloading updates - can be
"always",
"daily" (default), "interval:XXX" (in minutes)
or "never"
(only if it doesn't exist locally).
|
Constructor and Description |
---|
RepositoryPolicy() |
Modifier and Type | Method and Description |
---|---|
RepositoryPolicy |
clone()
Method clone.
|
java.lang.String |
getChecksumPolicy()
Get what to do when verification of an artifact checksum
fails -
warn, fail, etc.
|
java.lang.String |
getUpdatePolicy()
Get the frequency for downloading updates - can be "always",
"daily" (default), "interval:XXX" (in minutes)
or "never"
(only if it doesn't exist locally).
|
boolean |
isEnabled()
Get whether to use this repository for downloading this type
of
artifact.
|
void |
setChecksumPolicy(java.lang.String checksumPolicy)
Set what to do when verification of an artifact checksum
fails -
warn, fail, etc.
|
void |
setEnabled(boolean enabled)
Set whether to use this repository for downloading this type
of
artifact.
|
void |
setUpdatePolicy(java.lang.String updatePolicy)
Set the frequency for downloading updates - can be "always",
"daily" (default), "interval:XXX" (in minutes)
or "never"
(only if it doesn't exist locally).
|
private boolean enabled
private java.lang.String updatePolicy
private java.lang.String checksumPolicy
public RepositoryPolicy clone()
clone
in class java.lang.Object
public java.lang.String getChecksumPolicy()
public java.lang.String getUpdatePolicy()
public boolean isEnabled()
public void setChecksumPolicy(java.lang.String checksumPolicy)
checksumPolicy
- a checksumPolicy object.public void setEnabled(boolean enabled)
enabled
- a enabled object.public void setUpdatePolicy(java.lang.String updatePolicy)
updatePolicy
- a updatePolicy object.