Class ClientFSStoreProvider<T extends FileStore>

    • Constructor Detail

      • ClientFSStoreProvider

        public ClientFSStoreProvider​(org.apache.commons.configuration.tree.ConfigurationNode config,
                                     MapConverter converter,
                                     javax.inject.Provider<? extends SASClient> clientProvider)
    • Method Detail

      • produce

        protected T produce​(File dataPath,
                            File indexPath,
                            boolean removeEmptyFiles,
                            boolean removeFailedFiles)
        Description copied from class: FSProvider
        Put the actual instantiation of the store here. FSProvider.get() does the grunt work of getting everything out of the configuration for you and checking that it all works as planned.
        Specified by:
        produce in class FSProvider<T extends FileStore>
        Returns: