Uses of Class
org.cruk.clarity.api.impl.URLInputStreamResource
Packages that use URLInputStreamResource
Package
Description
Top level package for SFTP file store providers for the API.
Concrete implementation classes of the Clarity API.
-
Uses of URLInputStreamResource in org.cruk.clarity.api.filestore
Methods in org.cruk.clarity.api.filestore with parameters of type URLInputStreamResourceModifier and TypeMethodDescriptionvoid
ClaritySFTPUploader.upload
(URLInputStreamResource fileURLResource, ClarityFile targetFile) Upload a file to the Clarity file store. -
Uses of URLInputStreamResource in org.cruk.clarity.api.impl
Methods in org.cruk.clarity.api.impl with parameters of type URLInputStreamResourceModifier and TypeMethodDescriptionprotected void
ClarityAPIImpl.uploadViaHTTP
(URLInputStreamResource fileURLResource, ClarityFile targetFile) Upload a file to the Clarity file store.protected void
ClarityAPIImpl.uploadViaSFTP
(URLInputStreamResource fileURLResource, ClarityFile targetFile) Upload a file to the Clarity file store.