Uses of Class
org.apache.maven.model.InputSource
Packages that use InputSource
Package
Description
XML reader and writer classes for Maven POM, generated from
maven.mdo
model.-
Uses of InputSource in org.apache.maven.model
Methods in org.apache.maven.model that return InputSourceModifier and TypeMethodDescriptionInputSource.clone()
Method clone.InputLocation.getSource()
Get the source field.Constructors in org.apache.maven.model with parameters of type InputSourceModifierConstructorDescriptionInputLocation
(int lineNumber, int columnNumber, InputSource source) -
Uses of InputSource in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 with parameters of type InputSourceModifier and TypeMethodDescriptionprotected Model
MavenXpp3Reader.read
(InputStream is, boolean strict, InputSource source) Deprecated.protected Model
MavenXpp3Reader.read
(Reader reader, boolean strict, InputSource source) Deprecated.MavenXpp3ReaderEx.read
(InputStream in, boolean strict, InputSource source) Deprecated.MavenXpp3ReaderEx.read
(Reader reader, boolean strict, InputSource source) Deprecated.