Uses of Class
org.apache.maven.api.settings.InputSource
Packages that use InputSource
Package
Description
Contains classes for managing Maven settings, including global and user-specific
configuration stored in settings.xml files.
-
Uses of InputSource in org.apache.maven.api.settings
Methods in org.apache.maven.api.settings 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.settings 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.settings with type arguments of type InputSource -
Uses of InputSource in org.apache.maven.settings.v4
Methods in org.apache.maven.settings.v4 with parameters of type InputSourceModifier and TypeMethodDescriptionSettingsStaxReader.read(InputStream in, boolean strict, InputSource inputSrc) Method read.SettingsStaxReader.read(Reader reader, boolean strict, InputSource inputSrc) SettingsStaxReader.read(XMLStreamReader parser, boolean strict, InputSource inputSrc) Method read.