Uses of Interface
org.apache.maven.api.toolchain.InputLocationTracker
Packages that use InputLocationTracker
Package
Description
Provides classes for managing Maven toolchains, which allow projects to use specific
tool installations (like JDKs, compilers, or other build tools) across different
environments without hardcoding paths.
-
Uses of InputLocationTracker in org.apache.maven.api.toolchain
Classes in org.apache.maven.api.toolchain that implement InputLocationTrackerModifier and TypeClassDescriptionclass
Class InputLocation.class
The<toolchains>
element is the root of the descriptor.class
Definition of a toolchain instance.class
Common base class that contains code to track the source for this instance. -
Uses of InputLocationTracker in org.apache.maven.toolchain.v4
Methods in org.apache.maven.toolchain.v4 with parameters of type InputLocationTrackerModifier and TypeMethodDescriptionprotected void
MavenToolchainsStaxWriter.writeLocationTracking
(InputLocationTracker locationTracker, Object key, XMLStreamWriter serializer) Method writeLocationTracking.