org.codehaus.plexus.configuration.io
Class XmlPlexusConfigurationReader

java.lang.Object
  extended by org.codehaus.plexus.configuration.io.XmlPlexusConfigurationReader
All Implemented Interfaces:
PlexusConfigurationReader

public class XmlPlexusConfigurationReader
extends java.lang.Object
implements PlexusConfigurationReader


Constructor Summary
XmlPlexusConfigurationReader()
           
 
Method Summary
 PlexusConfiguration read(java.io.InputStream inputStream)
           
 PlexusConfiguration read(java.io.Reader reader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlPlexusConfigurationReader

public XmlPlexusConfigurationReader()
Method Detail

read

public PlexusConfiguration read(java.io.InputStream inputStream)
                         throws java.io.IOException,
                                PlexusConfigurationException
Specified by:
read in interface PlexusConfigurationReader
Throws:
java.io.IOException
PlexusConfigurationException

read

public PlexusConfiguration read(java.io.Reader reader)
                         throws java.io.IOException,
                                PlexusConfigurationException
Specified by:
read in interface PlexusConfigurationReader
Throws:
java.io.IOException
PlexusConfigurationException


Copyright © 2001-2009 Codehaus. All Rights Reserved.