RichFaces CDK Generator Maven Plugin 4.2.2.Final

org.richfaces.cdk.model.legacy.io.xpp3
Class ResourceConfigXpp3Reader

java.lang.Object
  extended by org.richfaces.cdk.model.legacy.io.xpp3.ResourceConfigXpp3Reader

public class ResourceConfigXpp3Reader
extends Object

Class ResourceConfigXpp3Reader.

Version:
$Revision$ $Date$

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

ResourceConfigXpp3Reader

public ResourceConfigXpp3Reader()
Method Detail

getAddDefaultEntities

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

Returns:
boolean

read

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

read

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

read

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

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

read

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

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

RichFaces CDK Generator Maven Plugin 4.2.2.Final

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