Uses of Class
org.apache.maven.model.InputSource

Packages that use InputSource
org.apache.maven.model   
org.apache.maven.model.io.xpp3   
 

Uses of InputSource in org.apache.maven.model
 

Methods in org.apache.maven.model that return InputSource
 InputSource InputSource.clone()
          Method clone.
 InputSource InputLocation.getSource()
          Get the source field.
 

Constructors in org.apache.maven.model with parameters of type InputSource
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
 Model MavenXpp3ReaderEx.read(InputStream in, boolean strict, InputSource source)
          Method read.
 Model MavenXpp3ReaderEx.read(Reader reader, boolean strict, InputSource source)
           
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.