Class MavenXpp3ReaderEx



  • public class MavenXpp3ReaderEx
    extends Object
    Class 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,
                          org.codehaus.plexus.util.xml.pull.XmlPullParserException
        Parameters:
        reader -
        source -
        strict -
        Returns:
        Model
        Throws:
        IOException -
        org.codehaus.plexus.util.xml.pull.XmlPullParserException -
        See Also:
        ReaderFactory.newXmlReader(java.io.InputStream)
      • read

        public Model read(InputStream in,
                          boolean strict,
                          InputSource source)
                   throws IOException,
                          org.codehaus.plexus.util.xml.pull.XmlPullParserException
        Method read.
        Parameters:
        in -
        source -
        strict -
        Returns:
        Model
        Throws:
        IOException -
        org.codehaus.plexus.util.xml.pull.XmlPullParserException -
      • setAddDefaultEntities

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