Interface DSSFileLoader
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
DSSCacheFileLoader
- All Known Implementing Classes:
FileCacheDataLoader,Sha2FileCacheDataLoader
DSS file loader to load
DSSDocument instead of binaries-
Method Summary
Modifier and TypeMethodDescriptiongetDocument(String url) Returns DSSDocument from the provided url
-
Method Details
-
getDocument
Returns DSSDocument from the provided url- Parameters:
url-Stringurl of the document to obtain- Returns:
DSSDocumentretrieved document- Throws:
DSSException- in case of DataLoader error
-