|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.model.RepositoryPolicy
public class RepositoryPolicy
Download policy.
Field Summary | |
---|---|
private java.lang.String |
checksumPolicy
What to do when verification of an artifact checksum fails. |
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 Summary | |
---|---|
RepositoryPolicy()
|
Method Summary | |
---|---|
java.lang.String |
getChecksumPolicy()
Get what to do when verification of an artifact checksum fails. |
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. |
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). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private boolean enabled
private java.lang.String updatePolicy
always,
daily
(default),
interval:XXX
(in minutes) or
never
(only if it doesn't exist locally).
private java.lang.String checksumPolicy
ignore
,
fail
or
warn
(the default).
Constructor Detail |
---|
public RepositoryPolicy()
Method Detail |
---|
public java.lang.String getChecksumPolicy()
ignore
,
fail
or
warn
(the default).
public java.lang.String getUpdatePolicy()
always,
daily
(default),
interval:XXX
(in minutes) or
never
(only if it doesn't exist locally).
public boolean isEnabled()
public void setChecksumPolicy(java.lang.String checksumPolicy)
ignore
,
fail
or
warn
(the default).
checksumPolicy
- public void setEnabled(boolean enabled)
enabled
- public void setUpdatePolicy(java.lang.String updatePolicy)
always,
daily
(default),
interval:XXX
(in minutes) or
never
(only if it doesn't exist locally).
updatePolicy
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |