|
||||||||||
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.
Constructor Summary | |
---|---|
RepositoryPolicy()
|
Method Summary | |
---|---|
RepositoryPolicy |
clone()
Method clone. |
java.lang.String |
getChecksumPolicy()
Get what to do when verification of an artifact checksum fails. |
java.lang.String |
getEnabled()
Get whether to use this repository for downloading this type of artifact. |
InputLocation |
getLocation(java.lang.Object key)
Gets the location of the specified field in the input source. |
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()
|
void |
setChecksumPolicy(java.lang.String checksumPolicy)
Set what to do when verification of an artifact checksum fails. |
void |
setEnabled(boolean enabled)
|
void |
setEnabled(java.lang.String enabled)
Set whether to use this repository for downloading this type of artifact. |
void |
setLocation(java.lang.Object key,
InputLocation location)
Sets the location of the specified field. |
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 |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RepositoryPolicy()
Method Detail |
---|
public RepositoryPolicy clone()
clone
in class java.lang.Object
public java.lang.String getChecksumPolicy()
ignore
,
fail
or
warn
(the default).
public java.lang.String getEnabled()
String
for
technical reasons, the semantic type is actually
Boolean
. Default value is
true
.
public InputLocation getLocation(java.lang.Object key)
InputLocationTracker
getLocation
in interface InputLocationTracker
key
-
public java.lang.String getUpdatePolicy()
always,
daily
(default),
interval:XXX
(in minutes) or
never
(only if it doesn't exist locally).
public void setChecksumPolicy(java.lang.String checksumPolicy)
ignore
,
fail
or
warn
(the default).
checksumPolicy
- public void setEnabled(java.lang.String enabled)
String
for
technical reasons, the semantic type is actually
Boolean
. Default value is
true
.
enabled
- public void setLocation(java.lang.Object key, InputLocation location)
InputLocationTracker
setLocation
in interface InputLocationTracker
key
- location
- public void setUpdatePolicy(java.lang.String updatePolicy)
always,
daily
(default),
interval:XXX
(in minutes) or
never
(only if it doesn't exist locally).
updatePolicy
- public boolean isEnabled()
public void setEnabled(boolean enabled)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |