Interface IStoragePathAdapterProvider
-
- All Known Implementing Classes:
StreamAccessorStorage
public interface IStoragePathAdapterProvider
This class is a wrapper used to create different kind of StoragePathAdapter depending on the needs.- Since:
- 3.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Adapter
createStoragePathAdapter(String fullPath, boolean isLocal)
This method is used to create a new StoragePathAdapter.
-