Uses of Class
org.apache.maven.api.model.InputSource
Packages that use InputSource
Package
Description
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo model.-
Uses of InputSource in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return InputSourceModifier and TypeMethodDescriptionInputLocation.getSource()Gets the input source where this location originates from.static InputSourceInputSource.merge(InputSource src1, InputSource src2) Methods in org.apache.maven.api.model with parameters of type InputSourceModifier and TypeMethodDescriptionstatic InputSourceInputSource.merge(InputSource src1, InputSource src2) 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.static InputLocationInputLocation.of(InputSource source) Creates an InputLocation with the specified source.Constructors in org.apache.maven.api.model with parameters of type InputSourceModifierConstructorDescriptionInputLocation(int lineNumber, int columnNumber, InputSource source) Deprecated.InputLocation(int lineNumber, int columnNumber, InputSource source, Object selfLocationKey) Deprecated.since 4.0.0-rc-6, useInputLocation.of(int, int, InputSource, Object)insteadInputLocation(int lineNumber, int columnNumber, InputSource source, Map<Object, InputLocation> locations) Deprecated.since 4.0.0-rc-6, useInputLocation.of(int, int, InputSource, Map)insteadInputLocation(InputSource source) Deprecated.since 4.0.0-rc-6, useInputLocation.of(InputSource)insteadConstructor parameters in org.apache.maven.api.model with type arguments of type InputSource -
Uses of InputSource in org.apache.maven.model
Methods in org.apache.maven.model that return InputSourceConstructors in org.apache.maven.model with parameters of type InputSource -
Uses of InputSource in org.apache.maven.model.v4
Methods in org.apache.maven.model.v4 with parameters of type InputSourceModifier and TypeMethodDescriptionMavenStaxReader.read(InputStream in, boolean strict, InputSource inputSrc) Method read.MavenStaxReader.read(Reader reader, boolean strict, InputSource inputSrc) MavenStaxReader.read(XMLStreamReader parser, boolean strict, InputSource inputSrc) Method read.
InputLocation.of(int, int, InputSource)instead