Class | Description |
---|---|
DownloadStep |
Download a file from a known location.
|
FileDescriptionsProvider | |
FileHash |
A small class that encapsulates a file hash that is either sha1, or sha256
|
HttpArchive |
Represents a remote file that needs to be downloaded.
|
HttpArchiveDescription |
A description for downloading an archive over http and extracting it (versus the combo logic
contained in
RemoteFileDescription . |
HttpArchiveDescriptionArg |
Arguments for an http_archive rule
|
HttpArchiveDescriptionArg.Builder |
Builds instances of type
HttpArchiveDescriptionArg . |
HttpFile |
Represents a remote file that needs to be downloaded.
|
HttpFileBinary |
Represents an executable
HttpFile , which means that it can be invoked using buck
run . |
HttpFileDescription |
A description for downloading a single HttpFile (versus the combo logic contained in
RemoteFileDescription . |
HttpFileDescriptionArg |
Args required for http_rule
|
HttpFileDescriptionArg.Builder |
Builds instances of type
HttpFileDescriptionArg . |
RemoteFile |
Represents a remote file that needs to be downloaded.
|
RemoteFileBinary |
Represents an executable
RemoteFile , which means that it can be invoked using buck
run . |
RemoteFileDescription | |
RemoteFileDescriptionArg |
Immutable implementation of
RemoteFileDescription.AbstractRemoteFileDescriptionArg . |
RemoteFileDescriptionArg.Builder |
Builds instances of type
RemoteFileDescriptionArg . |
WriteFile |
Write a constant to a file.
|
Enum | Description |
---|---|
RemoteFile.Type |
Defines how the remote file should be treated when downloaded.
|