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 InputSourceModifier and TypeMethodDescriptionInputLocation.getSource()Gets the input source where this location originates from.static InputSourceInputSource.merge(InputSource src1, InputSource src2) Merges two InputSource instances into a single merged InputSource.static InputSourceCreates a new InputSource with the specified location.Methods in org.apache.maven.api.toolchain with parameters of type InputSourceModifier and TypeMethodDescriptionstatic InputSourceInputSource.merge(InputSource src1, InputSource src2) Merges two InputSource instances into a single merged InputSource.static InputLocationInputLocation.of(int lineNumber, int columnNumber, InputSource source) Creates an InputLocation with the specified line number, column number, and source.static InputLocationInputLocation.of(int lineNumber, int columnNumber, InputSource source, Object selfLocationKey) Creates an InputLocation with the specified line number, column number, source, and a self-location key.static InputLocationInputLocation.of(int lineNumber, int columnNumber, InputSource source, Map<Object, InputLocation> locations) Creates an InputLocation with the specified line number, column number, source, and a complete locations map.Constructor parameters in org.apache.maven.api.toolchain with type arguments of type InputSource -
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.