org.codehaus.plexus.configuration.io
Interface PlexusConfigurationReader
- All Known Implementing Classes:
- XmlPlexusConfigurationReader
public interface PlexusConfigurationReader
read
PlexusConfiguration read(Reader reader)
throws IOException,
PlexusConfigurationException
- Throws:
IOException
PlexusConfigurationException
read
PlexusConfiguration read(InputStream inputStream)
throws IOException,
PlexusConfigurationException
- Throws:
IOException
PlexusConfigurationException
Copyright © 2001-2008 Codehaus. All Rights Reserved.