A
B
C
D
F
G
I
L
O
P
S
T
U
V
W
I
- initCause(java.lang.Throwable) - function in kotlin.Throwable
- initWorkingTree(java.io.File,org.ossreviewtoolkit.model.VcsInfo) - function in org.ossreviewtoolkit.downloader.VersionControlSystem
- Initialize the working tree without checking out any files yet.
- isApplicable(java.net.URI) - function in org.ossreviewtoolkit.downloader.VcsHost
- Return whether this host is applicable for the url URI.
- isApplicable(java.lang.String) - function in org.ossreviewtoolkit.downloader.VcsHost
- Return whether this host is applicable for the url string.
- isApplicable(org.ossreviewtoolkit.model.VcsInfo) - function in org.ossreviewtoolkit.downloader.VcsHost
- Return whether this host is applicable for vcsInfo.
- isApplicableType(org.ossreviewtoolkit.model.VcsType) - function in org.ossreviewtoolkit.downloader.VersionControlSystem
- Return true if this VCS can handle the given vcsType.
- isApplicableUrl(java.lang.String) - function in org.ossreviewtoolkit.downloader.VersionControlSystem
- Return true if this VersionControlSystem can be used to download from the provided vcsUrl.
- isAtLeastVersion(java.lang.String) - function in org.ossreviewtoolkit.downloader.VersionControlSystem
- Check whether the VCS tool is at least of the specified expectedVersion, e.g.
- isAvailable() - function in org.ossreviewtoolkit.downloader.VersionControlSystem
- Return true if this VersionControlSystem is available for use.
- isEnabledByDefault() - function in org.ossreviewtoolkit.utils.common.Plugin
- isFixedRevision(org.ossreviewtoolkit.downloader.WorkingTree,java.lang.String) - function in org.ossreviewtoolkit.downloader.VersionControlSystem
- Check whether the given revision is likely to name a fixed revision that does not move.
- isShallow() - function in org.ossreviewtoolkit.downloader.WorkingTree
- Return whether this is a shallow working tree with truncated history.
- isValid() - function in org.ossreviewtoolkit.downloader.WorkingTree
- Return true if the workingDir is managed by this VCS, false otherwise.