Uses of Class
org.apache.maven.model.InputSource
Package
Description
XML reader and writer classes for Maven POM, generated from
maven.mdo
model.-
Uses of InputSource in org.apache.maven.model
Modifier and TypeMethodDescriptionInputSource.clone()
Method clone.InputLocation.getSource()
Get the source field.ModifierConstructorDescriptionInputLocation
(int lineNumber, int columnNumber, InputSource source) -
Uses of InputSource in org.apache.maven.model.io.xpp3
Modifier and TypeMethodDescriptionMavenXpp3ReaderEx.read
(InputStream in, boolean strict, InputSource source) Method read.MavenXpp3ReaderEx.read
(InputStream in, InputSource source) Method read.MavenXpp3ReaderEx.read
(Reader reader, boolean strict, InputSource source) MavenXpp3ReaderEx.read
(Reader reader, InputSource source) MavenXpp3ReaderEx.read
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) Method read.