toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.tools.file
/
PatternSearch
/
PatternMatch
Pattern
Match
data
class
PatternMatch
(
val
file
:
File
,
val
relativePath
:
String
,
val
matchedLine
:
Int
,
val
contextLines
:
List
<
String
>
)
Represents a matching file with context
Members
Constructors
Pattern
Match
Link copied to clipboard
constructor
(
file
:
File
,
relativePath
:
String
,
matchedLine
:
Int
,
contextLines
:
List
<
String
>
)
Properties
context
Lines
Link copied to clipboard
val
contextLines
:
List
<
String
>
file
Link copied to clipboard
val
file
:
File
matched
Line
Link copied to clipboard
val
matchedLine
:
Int
relative
Path
Link copied to clipboard
val
relativePath
:
String