Uses of Class
org.apache.maven.model.InputSource
-
Packages that use InputSource Package Description org.apache.maven.model Maven POM (Project Object Model) classes, generated frommaven.mdomodel.org.apache.maven.model.io.xpp3 XML reader and writer classes for Maven POM, generated frommaven.mdomodel. -
-
Uses of InputSource in org.apache.maven.model
Methods in org.apache.maven.model that return InputSource Modifier and Type Method Description InputSourceInputSource. clone()Method clone.InputSourceInputLocation. getSource()Get the source field.Constructors in org.apache.maven.model with parameters of type InputSource Constructor Description InputLocation(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 InputSource Modifier and Type Method Description ModelMavenXpp3ReaderEx. read(java.io.InputStream in, boolean strict, InputSource source)Method read.ModelMavenXpp3ReaderEx. read(java.io.Reader reader, boolean strict, InputSource source)ModelMavenXpp3ReaderEx. read(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source)Method read.
-