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