public class RepositoryPolicy extends Object implements Serializable
| Constructor and Description | 
|---|
| RepositoryPolicy() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getChecksumPolicy()Get what to do when verification of an artifact checksum
 fails - warn, fail, etc. | 
| 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 | 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). | 
public RepositoryPolicy()
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 - Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.