Class RVLocalFileDataSourceItem

  • All Implemented Interfaces:
    IRVResourceItem

    public class RVLocalFileDataSourceItem
    extends RVDataSourceItem
    implements IRVResourceItem
    The local file data source item, used to load files from local storage. The root directory for this storage can be configured when initializing the Reveal Engine, in the LocalFilesStoragePath property.
    • Constructor Detail

      • RVLocalFileDataSourceItem

        public RVLocalFileDataSourceItem()
    • Method Detail

      • setUri

        public String setUri​(String value)
        The URI referencing the file, like local://Directory/File.csv.
        Parameters:
        value -
        Returns:
      • getUri

        public String getUri()
        The URI referencing the file, like local://Directory/File.csv.
        Returns: