A
B
C
D
E
F
G
I
J
M
N
O
P
R
S
T
U
V
W
Z
P
- packZip(java.io.File,java.io.File,java.lang.String,java.lang.Boolean,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function1) - function in org.ossreviewtoolkit.utils.common.ArchiveUtilsKt
- Pack the file into a ZIP targetFile using Deflater.BEST_COMPRESSION.
- parseConfig(org.ossreviewtoolkit.utils.common.Options,org.ossreviewtoolkit.utils.common.Options) - function in org.ossreviewtoolkit.utils.common.TypedConfigurablePluginFactory
- Parse the options and secrets map into a CONFIG object.
- percentEncode(java.lang.String) - function in org.ossreviewtoolkit.utils.common.ExtensionsKt
- Return the percent-encoded string.
- Plugin - class in org.ossreviewtoolkit.utils.common
- An interface to be implemented by any ORT plugin.
- Plugin.Companion - class in org.ossreviewtoolkit.utils.common.Plugin
- PluginManagerKt - class in org.ossreviewtoolkit.utils.common
- plus(java.util.EnumSet,java.util.EnumSet) - function in org.ossreviewtoolkit.utils.common.ExtensionsKt
- Return an EnumSet that contains the elements of this and other.
- prettyPrintRanges(java.util.Collection) - function in org.ossreviewtoolkit.utils.common.ExtensionsKt
- Return a string of common-separated ranges as denoted by the list of pairs.
- ProcessCapture - class in org.ossreviewtoolkit.utils.common
- An (almost) drop-in replacement for ProcessBuilder that is able to capture huge outputs to the standard output and standard error streams by redirecting output to temporary files.