Class XmlPlexusConfigurationReader
- java.lang.Object
-
- org.codehaus.plexus.configuration.io.XmlPlexusConfigurationReader
-
- All Implemented Interfaces:
PlexusConfigurationReader
public class XmlPlexusConfigurationReader extends Object implements PlexusConfigurationReader
-
-
Constructor Summary
Constructors Constructor Description XmlPlexusConfigurationReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlexusConfiguration
read(InputStream inputStream)
PlexusConfiguration
read(Reader reader)
-
-
-
Method Detail
-
read
public PlexusConfiguration read(InputStream inputStream) throws IOException, PlexusConfigurationException
- Specified by:
read
in interfacePlexusConfigurationReader
- Throws:
IOException
PlexusConfigurationException
-
read
public PlexusConfiguration read(Reader reader) throws IOException, PlexusConfigurationException
- Specified by:
read
in interfacePlexusConfigurationReader
- Throws:
IOException
PlexusConfigurationException
-
-