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