Package | Description |
---|---|
org.apache.maven.settings.io |
Modifier and Type | Method and Description |
---|---|
Settings |
SettingsReader.read(File input,
Map<String,?> options)
Reads the settings from the specified file.
|
Settings |
SettingsReader.read(File input,
Map<String,?> options)
Reads the settings from the specified file.
|
Settings |
SettingsReader.read(InputStream input,
Map<String,?> options)
Reads the settings from the specified byte stream.
|
Settings |
SettingsReader.read(InputStream input,
Map<String,?> options)
Reads the settings from the specified byte stream.
|
Settings |
SettingsReader.read(Reader input,
Map<String,?> options)
Reads the settings from the specified character reader.
|
Settings |
SettingsReader.read(Reader input,
Map<String,?> options)
Reads the settings from the specified character reader.
|
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.