Class FSProvider<T extends FileStore>

  • All Implemented Interfaces:
    CfgEventListener, EventListener, javax.inject.Provider<T>
    Direct Known Subclasses:
    ClientFSStoreProvider

    public abstract class FSProvider<T extends FileStore>
    extends AbstractUpkeepStoreProvider<T>
    Creates Filestores. This centralizes all the general checking to create these. Specific providers are needed for specific store types. NOTE If the configuration only supplies a single path, then this will create the storage and index path automatically and will add the component of the TypedProvider.getTarget() (e.g. "clientApprovals") to the path).

    Created by Jeff Gaynor
    on 1/10/12 at 2:11 PM