Package org.duracloud.s3storage
Class StringDataStoreFactory
java.lang.Object
org.duracloud.s3storage.StringDataStoreFactory
A simple factory for StringDataStore object.
- Author:
- Daniel Bernstein
-
Constructor Summary
ConstructorsConstructorDescriptionStringDataStoreFactory(StorageAccountManager storageAccountManager) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionCreate a StringDataStore
-
Constructor Details
-
StringDataStoreFactory
Default constructor- Parameters:
storageAccountManager- A storage account manager
-
-
Method Details
-
create
Create a StringDataStore- Parameters:
hiddenSpaceName- The name of the hidden space in which to store data- Returns:
-