A
B
C
D
F
G
I
L
O
P
S
T
U
V
W
D
- DefaultWorkingTreeCache - class in org.ossreviewtoolkit.downloader
- download(org.ossreviewtoolkit.model.Package,java.io.File,java.lang.Boolean) - function in org.ossreviewtoolkit.downloader.Downloader
- Download the source code of the package to the outputDirectory.
- download(org.ossreviewtoolkit.model.Package,java.io.File,java.lang.Boolean,java.lang.Boolean) - function in org.ossreviewtoolkit.downloader.VersionControlSystem
- Download the source code as specified by the pkg information to targetDir.
- Downloader - class in org.ossreviewtoolkit.downloader
- The class to download source code.
- DownloaderKt - class in org.ossreviewtoolkit.downloader
- DownloadException - class in org.ossreviewtoolkit.downloader
- downloadFromVcs(org.ossreviewtoolkit.model.Package,java.io.File,java.lang.Boolean,java.lang.Boolean) - function in org.ossreviewtoolkit.downloader.Downloader
- Download the source code of the package to the outputDirectory using its VCS information.
- downloadFromVcs(org.ossreviewtoolkit.model.Package,java.io.File,java.lang.Boolean) - function in org.ossreviewtoolkit.downloader.Downloader
- Download the source code of the package to the outputDirectory using its VCS information.
- downloadFromVcs(org.ossreviewtoolkit.model.Package,java.io.File) - function in org.ossreviewtoolkit.downloader.Downloader
- Download the source code of the package to the outputDirectory using its VCS information.
- downloadSourceArtifact(org.ossreviewtoolkit.model.RemoteArtifact,java.io.File,java.lang.Boolean) - function in org.ossreviewtoolkit.downloader.Downloader
- Download the sourceArtifact and unpack it to the outputDirectory.