org.apache.maven.settings.Settings |
SettingsReader.read(java.io.File input,
java.util.Map<java.lang.String,?> options) |
Reads the settings from the specified file.
|
org.apache.maven.settings.Settings |
SettingsReader.read(java.io.InputStream input,
java.util.Map<java.lang.String,?> options) |
Reads the settings from the specified byte stream.
|
org.apache.maven.settings.Settings |
SettingsReader.read(java.io.Reader input,
java.util.Map<java.lang.String,?> options) |
Reads the settings from the specified character reader.
|