Uses of Class
org.apache.maven.api.toolchain.InputSource
Packages that use InputSource
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 InputSource in org.apache.maven.api.toolchain
Methods in org.apache.maven.api.toolchain that return InputSourceConstructors in org.apache.maven.api.toolchain with parameters of type InputSourceModifierConstructorDescriptionInputLocation
(int lineNumber, int columnNumber, InputSource source) InputLocation
(int lineNumber, int columnNumber, InputSource source, Object selfLocationKey) InputLocation
(int lineNumber, int columnNumber, InputSource source, Map<Object, InputLocation> locations) InputLocation
(InputSource source) -
Uses of InputSource in org.apache.maven.toolchain.v4
Methods in org.apache.maven.toolchain.v4 with parameters of type InputSourceModifier and TypeMethodDescriptionMavenToolchainsStaxReader.read
(InputStream in, boolean strict, InputSource inputSrc) Method read.MavenToolchainsStaxReader.read
(Reader reader, boolean strict, InputSource inputSrc) MavenToolchainsStaxReader.read
(XMLStreamReader parser, boolean strict, InputSource inputSrc) Method read.