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