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 TypeClassDescriptionclassClass InputLocation.classThe<toolchains>element is the root of the descriptor.classDefinition of a toolchain instance.classCommon 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 voidMavenToolchainsStaxWriter.writeLocationTracking(InputLocationTracker locationTracker, Object key, XMLStreamWriter serializer) Method writeLocationTracking.