read_resource
Read an exact text resource from a JAR with safe line pagination, rejecting binary resources for reliable source inspection.
Instructions
Read an exact text resource with safe line pagination. Binary resources are rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| format | No | Output format. | text |
| offset | No | ||
| jarPath | No | Absolute path to an exact JAR. Fastest selector. | |
| coordinates | No | groupId:artifactId[:version[:classifier]]. | |
| jarDirectory | No | Absolute directory to search for a JAR on demand. | |
| resourcePath | Yes | ||
| jarNamePrefix | No | JAR basename prefix. | |
| workspacePath | No | Absolute Java workspace path. Maven is optional. |