- All Superinterfaces:
Serializable
Loads files
-
Method Summary
Modifier and TypeMethodDescriptioneu.europa.esig.dss.model.DSSDocumentgetDocument(String url) Returns DSSDocument from the provided urlbooleanRemoves the file from FileSystem with the given url
-
Method Details
-
getDocument
eu.europa.esig.dss.model.DSSDocument getDocument(String url) throws eu.europa.esig.dss.model.DSSException Returns DSSDocument from the provided url- Parameters:
url-Stringurl of the document to obtain- Returns:
DSSDocumentretrieved document- Throws:
eu.europa.esig.dss.model.DSSException- in case of DataLoader error
-
remove
Removes the file from FileSystem with the given url- Parameters:
url-Stringurl of the remote file location (the same what was used on file saving)- Returns:
- TRUE when file was successfully deleted, FALSE otherwise
-