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