org.codehaus.plexus.configuration.io
Interface PlexusConfigurationReader

All Known Implementing Classes:
XmlPlexusConfigurationReader

public interface PlexusConfigurationReader


Method Summary
 PlexusConfiguration read(InputStream inputStream)
           
 PlexusConfiguration read(Reader reader)
           
 

Method Detail

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.