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()
static InputSource
InputSource.merge
(InputSource src1, InputSource src2) Methods in org.apache.maven.api.model with parameters of type InputSourceModifier and TypeMethodDescriptionstatic InputSource
InputSource.merge
(InputSource src1, InputSource src2) Constructors in org.apache.maven.api.model 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) Constructor 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 source) Method read.MavenStaxReader.read
(Reader reader, boolean strict, InputSource source) MavenStaxReader.read
(XMLStreamReader parser, boolean strict, InputSource source) Method read.