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 TypeMethodDescriptionvoidClaritySFTPUploader.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 voidClarityAPIImpl.uploadViaHTTP(URLInputStreamResource fileURLResource, ClarityFile targetFile) Upload a file to the Clarity file store.protected voidClarityAPIImpl.uploadViaSFTP(URLInputStreamResource fileURLResource, ClarityFile targetFile) Upload a file to the Clarity file store.