Class FSAssetStoreProvider

  • All Implemented Interfaces:
    edu.uiuc.ncsa.security.core.configuration.provider.CfgEventListener, EventListener, javax.inject.Provider<FSAssetStore>

    public class FSAssetStoreProvider
    extends edu.uiuc.ncsa.security.storage.FSProvider<FSAssetStore>

    Created by Jeff Gaynor
    on 1/31/13 at 10:24 AM

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected AssetProvider assetProvider  
      • Fields inherited from class edu.uiuc.ncsa.security.storage.FSProvider

        converter, DATA_KEY, INDEX_KEY, PATH_KEY
    • Constructor Summary

      Constructors 
      Constructor Description
      FSAssetStoreProvider​(org.apache.commons.configuration.tree.ConfigurationNode config, AssetProvider assetProvider, edu.uiuc.ncsa.security.storage.data.MapConverter converter)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Object componentFound​(edu.uiuc.ncsa.security.core.configuration.provider.CfgEvent configurationEvent)  
      protected FSAssetStore produce​(File dataPath, File indexPath, boolean removeEmptyFiles)  
      • Methods inherited from class edu.uiuc.ncsa.security.storage.FSProvider

        get, isRemoveEmptyFiles
      • Methods inherited from class edu.uiuc.ncsa.security.core.configuration.provider.TypedProvider

        checkEvent, getTarget, getType, getTypeAttribute, getTypeAttribute, getTypeBooleanAttribute, getTypeConfig, getTypeIntAttribute, getTypeIntAttribute, setTarget, setType, setTypeConfig, toString
      • Methods inherited from class edu.uiuc.ncsa.security.core.configuration.provider.HierarchicalConfigProvider

        addListener, fireComponentFound, getAttribute, getAttribute, getBooleanAttribute, getConfig, getConfigurationAt, getIntAttribute, getIntAttribute, hasA, isA, removeListener, setConfig
    • Constructor Detail

      • FSAssetStoreProvider

        public FSAssetStoreProvider​(org.apache.commons.configuration.tree.ConfigurationNode config,
                                    AssetProvider assetProvider,
                                    edu.uiuc.ncsa.security.storage.data.MapConverter converter)
    • Method Detail

      • componentFound

        public Object componentFound​(edu.uiuc.ncsa.security.core.configuration.provider.CfgEvent configurationEvent)
        Specified by:
        componentFound in interface edu.uiuc.ncsa.security.core.configuration.provider.CfgEventListener
        Overrides:
        componentFound in class edu.uiuc.ncsa.security.storage.FSProvider<FSAssetStore>
      • produce

        protected FSAssetStore produce​(File dataPath,
                                       File indexPath,
                                       boolean removeEmptyFiles)
        Specified by:
        produce in class edu.uiuc.ncsa.security.storage.FSProvider<FSAssetStore>