jar_find_class
Locate classes in Java archives by simple name, fully-qualified name, or glob, turning 'where does this class live' into a path for further inspection.
Instructions
Find classes in an archive by simple name, fully-qualified name or glob.
Use this to turn "where does HttpClient live" into a concrete class name
you can pass to jar_class_outline or jar_read_source.
Args:
jar: Archive path, classes directory, or outer.jar!nested.jar.
name: HttpClient, com.acme.HttpClient, or a glob like com.acme.*Repo.
limit: Maximum matches to return.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jar | Yes | ||
| name | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |