JSF Test Framework: Maven Mock-Generator Plugin 1.1.2

org.jboss.mockgenerator.config.io.xpp3
Class MockConfigXpp3Reader

java.lang.Object
  extended by org.jboss.mockgenerator.config.io.xpp3.MockConfigXpp3Reader

public class MockConfigXpp3Reader
extends Object

Class MockConfigXpp3Reader.

Version:
$Revision$ $Date$

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

MockConfigXpp3Reader

public MockConfigXpp3Reader()
Method Detail

getAddDefaultEntities

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

Returns:
boolean

read

public MockConfig read(Reader reader,
                       boolean strict)
                throws IOException,
                       org.codehaus.plexus.util.xml.pull.XmlPullParserException
Parameters:
reader -
strict -
Returns:
MockConfig
Throws:
IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException
See Also:
ReaderFactory.newXmlReader(java.io.InputStream)

read

public MockConfig read(Reader reader)
                throws IOException,
                       org.codehaus.plexus.util.xml.pull.XmlPullParserException
Parameters:
reader -
Returns:
MockConfig
Throws:
IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException
See Also:
ReaderFactory.newXmlReader(java.io.InputStream)

read

public MockConfig read(InputStream in,
                       boolean strict)
                throws IOException,
                       org.codehaus.plexus.util.xml.pull.XmlPullParserException
Method read.

Parameters:
in -
strict -
Returns:
MockConfig
Throws:
IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException

read

public MockConfig read(InputStream in)
                throws IOException,
                       org.codehaus.plexus.util.xml.pull.XmlPullParserException
Method read.

Parameters:
in -
Returns:
MockConfig
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 -

JSF Test Framework: Maven Mock-Generator Plugin 1.1.2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.