Airbyte Kotlin Bulk CDK
Toggle table of contents
0.1.92
jvm
Platform filter
jvm
Switch theme
Search in API
Airbyte Kotlin Bulk CDK
bulk-cdk-toolkit-load-object-storage
/
io.airbyte.cdk.load.file.object_storage
/
PathMatcher
Path
Matcher
data
class
PathMatcher
(
val
regex
:
Regex
,
val
variableToIndex
:
Map
<
String
,
Int
>
)
Members
Constructors
Path
Matcher
Link copied to clipboard
constructor
(
regex
:
Regex
,
variableToIndex
:
Map
<
String
,
Int
>
)
Properties
regex
Link copied to clipboard
val
regex
:
Regex
variable
To
Index
Link copied to clipboard
val
variableToIndex
:
Map
<
String
,
Int
>
Functions
match
Link copied to clipboard
fun
match
(
path
:
String
)
:
PathMatcherResult
?