org.apache.maven.plugin.javadoc.options.io.xpp3
Class JavadocOptionsXpp3Reader

java.lang.Object
  extended by org.apache.maven.plugin.javadoc.options.io.xpp3.JavadocOptionsXpp3Reader

public class JavadocOptionsXpp3Reader
extends Object

Class JavadocOptionsXpp3Reader.

Version:
$Revision: 829400 $ $Date: 2012-08-19 17:42:28 +0000 (Sun, 19 Aug 2012) $

Constructor Summary
JavadocOptionsXpp3Reader()
           
 
Method Summary
 boolean getAddDefaultEntities()
          Returns the state of the "add default entities" flag.
 JavadocOptions read(InputStream in)
          Method read.
 JavadocOptions read(InputStream in, boolean strict)
          Method read.
 JavadocOptions read(Reader reader)
           
 JavadocOptions read(Reader reader, boolean strict)
           
 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

JavadocOptionsXpp3Reader

public JavadocOptionsXpp3Reader()
Method Detail

getAddDefaultEntities

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

Returns:
boolean

read

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

read

public JavadocOptions read(Reader reader)
                    throws IOException,
                           XmlPullParserException
Parameters:
reader -
Returns:
JavadocOptions
Throws:
IOException
XmlPullParserException
See Also:
ReaderFactory.newXmlReader(java.io.InputStream)

read

public JavadocOptions read(InputStream in,
                           boolean strict)
                    throws IOException,
                           XmlPullParserException
Method read.

Parameters:
in -
strict -
Returns:
JavadocOptions
Throws:
IOException
XmlPullParserException

read

public JavadocOptions read(InputStream in)
                    throws IOException,
                           XmlPullParserException
Method read.

Parameters:
in -
Returns:
JavadocOptions
Throws:
IOException
XmlPullParserException

setAddDefaultEntities

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

Parameters:
addDefaultEntities -


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