Package com.embabel.agent.tools.file
Class PatternSearch.PatternMatch
-
- All Implemented Interfaces:
public final class PatternSearch.PatternMatchRepresents a matching file with context
-
-
Field Summary
Fields Modifier and Type Field Description private final Filefileprivate final StringrelativePathprivate final IntegermatchedLineprivate final List<String>contextLines
-
Method Summary
Modifier and Type Method Description final FilegetFile()final StringgetRelativePath()final IntegergetMatchedLine()final List<String>getContextLines()-
-
Method Detail
-
getRelativePath
final String getRelativePath()
-
getMatchedLine
final Integer getMatchedLine()
-
getContextLines
final List<String> getContextLines()
-
-
-
-