Skip to content
Carter edited this page Feb 25, 2025 · 15 revisions

Tool Provider API.

This project will use the Tool Provider and Process API to compile source files, manage modules, and execute other project tasks. Running Commands like this provides a level transparency for the user, and enabling the --logging argument allows you to see the exact command that is being run on the system.

  • To become familiar with the base APIs used by this project, please refer to javax.tools.

Clone this wiki locally