A
B
C
D
E
F
G
I
J
M
N
O
P
R
S
T
U
V
W
Z
M
- masked(java.lang.CharSequence,java.lang.String) - function in org.ossreviewtoolkit.utils.common.MaskedStringKt
- Convert this CharSequence to a MaskedString which uses the provided mask.
- MaskedString - class in org.ossreviewtoolkit.utils.common
- A class that wraps a CharSequence and overrides some functions to return a configurable mask string instead of the actual content.
- MaskedStringKt - class in org.ossreviewtoolkit.utils.common
- match(java.lang.String,java.lang.String,java.lang.Boolean) - function in org.ossreviewtoolkit.utils.common.FileMatcher.Companion
- Return true if path is matched by pattern, false otherwise.
- match(java.util.Collection,java.lang.String,java.lang.Boolean) - function in org.ossreviewtoolkit.utils.common.FileMatcher.Companion
- Return true if path is matched by any of patterns, false otherwise.
- matches(java.lang.String) - function in org.ossreviewtoolkit.utils.common.FileMatcher
- Return true if path is matched by any of patterns, false otherwise.