| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.settings.RepositoryPolicy
public class RepositoryPolicy
Download policy.
| Constructor Summary | |
|---|---|
RepositoryPolicy()
 | 
|
| Method Summary | |
|---|---|
 String | 
getChecksumPolicy()
Get What to do when verification of an artifact checksum fails - warn, fail, etc.  | 
 String | 
getModelEncoding()
 | 
 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(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 | 
setModelEncoding(String modelEncoding)
Set an encoding used for reading/writing the model.  | 
 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 | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public RepositoryPolicy()
| Method Detail | 
|---|
public String getChecksumPolicy()
public String getUpdatePolicy()
public boolean isEnabled()
public void setChecksumPolicy(String checksumPolicy)
checksumPolicy - public void setEnabled(boolean enabled)
enabled - public void setUpdatePolicy(String updatePolicy)
updatePolicy - public void setModelEncoding(String modelEncoding)
modelEncoding - the encoding used when reading/writing the model.public String getModelEncoding()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||