| Package | Description |
|---|---|
| org.apache.maven.toolchain.io |
| Modifier and Type | Method and Description |
|---|---|
PersistedToolchains |
ToolchainsReader.read(java.io.File input,
java.util.Map<java.lang.String,?> options)
Reads the toolchains from the specified file.
|
PersistedToolchains |
ToolchainsReader.read(java.io.InputStream input,
java.util.Map<java.lang.String,?> options)
Reads the toolchains from the specified byte stream.
|
PersistedToolchains |
ToolchainsReader.read(java.io.Reader input,
java.util.Map<java.lang.String,?> options)
Reads the toolchains from the specified character reader.
|