Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
JavaEE Documentation
FileManagerConfig

Class FileManagerConfig

Hierarchy

java.lang.Object

Package
com.smartdevicelink.managers.file

Overview

FileManagerConfig

This is set during SdlManager instantiation.

  • artworkRetryCount - # of attempts allowed for SdlArtwork to be re-uploaded if they fail
  • fileRetryCount - # of attempts allowed for SdlFiles to be re-uploaded if they fail
  • Constructors

    FileManagerConfig()

    Constructor for FileMangerConfig Sets artworkRetryCount and fileRetryCount to a default value of 1

    public FileManagerConfig()
    

    Methods

    setArtworkRetryCount( int artworkRetryCount )

    Setter for Integer artWorkRetryCount

    public void setArtworkRetryCount(int artworkRetryCount)
    

    Method Parameters

    artworkRetryCount
    the number of retry attempts

    getArtworkRetryCount()

    Getter for Integer artWorkRetryCount

    public int getArtworkRetryCount()
    

    setFileRetryCount( int fileRetryCount )

    Setter for Integer fileRetryCount

    public void setFileRetryCount(int fileRetryCount)
    

    Method Parameters

    fileRetryCount
    the number of retry attempts

    getFileRetryCount()

    Getter for Integer fileRetryCount

    public int getFileRetryCount()
    

    Inherited Methods

    From Class Methods
    java.lang.Object getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize
    View on GitHub.com
    Previous Section Next Section