org.apache.maven.model.io.xpp3
Class MavenXpp3ReaderEx

java.lang.Object
  extended by org.apache.maven.model.io.xpp3.MavenXpp3ReaderEx

public class MavenXpp3ReaderEx
extends Object

Class MavenXpp3ReaderEx.

Version:
$Revision$ $Date$

Constructor Summary
MavenXpp3ReaderEx()
           
 
Method Summary
 boolean getAddDefaultEntities()
          Returns the state of the "add default entities" flag.
 Model read(InputStream in, boolean strict, InputSource source)
          Method read.
 Model read(Reader reader, boolean strict, InputSource source)
           
 void setAddDefaultEntities(boolean addDefaultEntities)
          Sets the state of the "add default entities" flag.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenXpp3ReaderEx

public MavenXpp3ReaderEx()
Method Detail

getAddDefaultEntities

public boolean getAddDefaultEntities()
Returns the state of the "add default entities" flag.

Returns:
boolean

read

public Model read(Reader reader,
                  boolean strict,
                  InputSource source)
           throws IOException,
                  XmlPullParserException
Parameters:
reader -
source -
strict -
Returns:
Model
Throws:
IOException
XmlPullParserException
See Also:
ReaderFactory.newXmlReader(java.io.InputStream)

read

public Model read(InputStream in,
                  boolean strict,
                  InputSource source)
           throws IOException,
                  XmlPullParserException
Method read.

Parameters:
in -
source -
strict -
Returns:
Model
Throws:
IOException
XmlPullParserException

setAddDefaultEntities

public void setAddDefaultEntities(boolean addDefaultEntities)
Sets the state of the "add default entities" flag.

Parameters:
addDefaultEntities -


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