Package io.revealbi.core.data
Class RVLocalFileDataSourceItem
java.lang.Object
io.revealbi.core.data.RVDataSourceItem
io.revealbi.core.data.RVLocalFileDataSourceItem
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Methods inherited from class io.revealbi.core.data.RVDataSourceItem
getDataSource, getDefaultRefreshRate, getDescription, getId, getSubtitle, getTitle, setDataSource, setDefaultRefreshRate, setDescription, setId, setSubtitle, setTitle
-
Constructor Details
-
RVLocalFileDataSourceItem
public RVLocalFileDataSourceItem()
-
-
Method Details
-
setUri
The URI referencing the file, like local://Directory/File.csv.- Parameters:
value-- Returns:
-
getUri
The URI referencing the file, like local://Directory/File.csv.- Returns:
-