Uses of Class
org.apache.maven.api.model.InputSource
Package
Description
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo
model.-
Uses of InputSource in org.apache.maven.api.model
Modifier and TypeMethodDescriptionInputLocation.getSource()
static InputSource
InputSource.merge
(InputSource src1, InputSource src2) Modifier and TypeMethodDescriptionstatic InputSource
InputSource.merge
(InputSource src1, InputSource src2) ModifierConstructorDescriptionInputLocation
(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.model
-
Uses of InputSource in org.apache.maven.model.v4
Modifier 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.