Uses of Record Class
io.agentscope.harness.agent.filesystem.model.GrepMatch
Packages that use GrepMatch
-
Uses of GrepMatch in io.agentscope.harness.agent.filesystem.model
Methods in io.agentscope.harness.agent.filesystem.model that return types with arguments of type GrepMatchModifier and TypeMethodDescriptionGrepResult.matches()Returns the value of thematchesrecord component.Method parameters in io.agentscope.harness.agent.filesystem.model with type arguments of type GrepMatchConstructor parameters in io.agentscope.harness.agent.filesystem.model with type arguments of type GrepMatchModifierConstructorDescriptionGrepResult(String error, List<GrepMatch> matches) Creates an instance of aGrepResultrecord class.