Package org.ossreviewtoolkit.utils.ort.storage
See: Description
-
Interface Summary Interface Description FileStorage A storage for files, like a local directory or a remote server. -
Class Summary Class Description HttpFileStorage A FileStorage that stores files on an HTTP server. LocalFileStorage A FileStorage that stores files in a directory of the local file system. XZCompressedLocalFileStorage A FileStorage that stores compressed files in a directory of the local file system.