Interface ContentStoreMapProvider

    • Method Detail

      • checkAndGetStore

        ContentStore checkAndGetStore​(String storeName)
        Check that the given store name is part of the map. It it is not, an exception will be thrown. If it is, it will be returned.
        Parameters:
        storeName - the store
        Returns:
        the corresponding ContentStore