Package org.machanism.machai.gw.maven.tools
package org.machanism.machai.gw.maven.tools
Provides helper types that expose Java class discovery and reflection metadata
as function tools for the Ghostwriter Maven plugin.
The package centers on scanning a Maven project's compile and output classpaths, locating classes by simple-name pattern, and returning structured metadata such as modifiers, members, annotations, class origin paths, source file locations, and dependency artifact coordinates. These types are intended to support AI-assisted workflows that need controlled access to project and dependency class information during plugin execution.
-
ClassesClassDescriptionProvides function-tool integrations for discovering Java classes and reading reflective metadata from the classpath of one or more Maven projects.Holds class discovery and lookup data for a single Maven project.