Uses of Interface
org.duracloud.stitch.datasource.DataSource
-
Packages that use DataSource Package Description org.duracloud.stitch org.duracloud.stitch.datasource.impl org.duracloud.stitch.impl org.duracloud.stitch.stream -
-
Uses of DataSource in org.duracloud.stitch
Constructors in org.duracloud.stitch with parameters of type DataSource Constructor Description FileStitcherDriver(DataSource dataSource) -
Uses of DataSource in org.duracloud.stitch.datasource.impl
Classes in org.duracloud.stitch.datasource.impl that implement DataSource Modifier and Type Class Description classDuraStoreDataSourceThis class is a DuraStore implementation of the DataSource interface. -
Uses of DataSource in org.duracloud.stitch.impl
Constructors in org.duracloud.stitch.impl with parameters of type DataSource Constructor Description FileStitcherImpl(DataSource dataSource) -
Uses of DataSource in org.duracloud.stitch.stream
Constructors in org.duracloud.stitch.stream with parameters of type DataSource Constructor Description MultiContentInputStream(DataSource dataSource, List<ContentItem> contentItems)MultiContentInputStream(DataSource dataSource, List<ContentItem> contentItems, MultiContentInputStreamListener listener)
-