public class FileManagerConfig extends Object
This is set during SdlManager instantiation.
| Constructor and Description |
|---|
FileManagerConfig()
Constructor for FileMangerConfig
Sets artworkRetryCount and fileRetryCount to a default value of 1
|
| Modifier and Type | Method and Description |
|---|---|
int |
getArtworkRetryCount()
Getter for Integer artWorkRetryCount
|
int |
getFileRetryCount()
Getter for Integer fileRetryCount
|
void |
setArtworkRetryCount(int artworkRetryCount)
Setter for Integer artWorkRetryCount
|
void |
setFileRetryCount(int fileRetryCount)
Setter for Integer fileRetryCount
|
public FileManagerConfig()
public void setArtworkRetryCount(int artworkRetryCount)
artworkRetryCount - the number of retry attemptspublic int getArtworkRetryCount()
public void setFileRetryCount(int fileRetryCount)
fileRetryCount - the number of retry attemptspublic int getFileRetryCount()