org.codehaus.plexus.configuration.io
Class XmlPlexusConfigurationReader
java.lang.Object
org.codehaus.plexus.configuration.io.XmlPlexusConfigurationReader
- All Implemented Interfaces:
- PlexusConfigurationReader
public class XmlPlexusConfigurationReader
- extends Object
- implements PlexusConfigurationReader
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlPlexusConfigurationReader
public XmlPlexusConfigurationReader()
read
public PlexusConfiguration read(InputStream inputStream)
throws IOException,
PlexusConfigurationException
- Specified by:
read
in interface PlexusConfigurationReader
- Throws:
IOException
PlexusConfigurationException
read
public PlexusConfiguration read(Reader reader)
throws IOException,
PlexusConfigurationException
- Specified by:
read
in interface PlexusConfigurationReader
- Throws:
IOException
PlexusConfigurationException
Copyright © 2001-2008 Codehaus. All Rights Reserved.