java.lang.Object
com.alibaba.cloud.ai.graph.agent.extension.file.GrepMatch

public class GrepMatch extends Object
Structured grep match entry.
  • Constructor Details

    • GrepMatch

      public GrepMatch(String path, int line, String text)
  • Method Details

    • getPath

      public String getPath()
    • getLine

      public int getLine()
    • getText

      public String getText()