Package org.duracloud.stitch.datasource
Interface DataSource
- All Known Implementing Classes:
DuraStoreDataSource
public interface DataSource
This interface defines the contract of DataSource used by a FileStitcher.
- Author:
- Andrew Woods Date: 9/2/11
-
Method Summary
Modifier and TypeMethodDescriptiongetContent(String spaceId, String contentId) This method returns the content item specified by the arg space-id and content-id.
-
Method Details
-
getContent
This method returns the content item specified by the arg space-id and content-id.- Parameters:
spaceId- of content itemcontentId- of content item- Returns:
- content
-