Class | Description |
---|---|
FileComponents |
The entry point for the file data source, which allows you to use local files as a source of
feature flag state.
|
FileDataSourceFactory |
To use the file data source, obtain a new instance of this class with
FileComponents.fileDataSource() ,
call the builder method FileDataSourceFactory.filePaths(String...) to specify file path(s),
then pass the resulting object to LDConfig.Builder.updateProcessorFactory(UpdateProcessorFactory) . |