Interface PlexusConfigurationReader
-
- All Known Implementing Classes:
XmlPlexusConfigurationReader
public interface PlexusConfigurationReader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlexusConfiguration
read(InputStream inputStream)
PlexusConfiguration
read(Reader reader)
-
-
-
Method Detail
-
read
PlexusConfiguration read(Reader reader) throws IOException, PlexusConfigurationException
-
read
PlexusConfiguration read(InputStream inputStream) throws IOException, PlexusConfigurationException
-
-