Package org.duracloud.syncui.service
Class ContentStoreFactory
java.lang.Object
org.duracloud.syncui.service.ContentStoreFactory
- Author:
- Daniel Bernstein
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(DuracloudCredentialsForm dcf, boolean retry) protected ContentStoreManagercreateContentStoreManager(String host, String port)
-
Constructor Details
-
ContentStoreFactory
public ContentStoreFactory()
-
-
Method Details
-
create
- Throws:
ContentStoreException
-
create
public ContentStore create(DuracloudCredentialsForm dcf, boolean retry) throws ContentStoreException - Throws:
ContentStoreException
-
createContentStoreManager
-