Modifier and Type | Method and Description |
---|---|
MavenExecutionRequest |
MavenExecutionRequestPopulator.populateFromToolchains(MavenExecutionRequest request,
PersistedToolchains toolchains)
Copies the values from the given toolchains into the specified execution request.
|
MavenExecutionRequest |
DefaultMavenExecutionRequestPopulator.populateFromToolchains(MavenExecutionRequest request,
PersistedToolchains toolchains) |
Modifier and Type | Method and Description |
---|---|
PersistedToolchains |
ToolchainsBuilder.build(File userToolchainsFile)
Builds the toolchains model from the configured toolchain files.
|
PersistedToolchains |
DefaultToolchainsBuilder.build(File userToolchainsFile)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PersistedToolchains |
ToolchainsBuildingResult.getEffectiveToolchains()
Gets the assembled toolchains.
|
PersistedToolchains |
DefaultToolchainsBuildingResult.getEffectiveToolchains() |
Constructor and Description |
---|
DefaultToolchainsBuildingResult(PersistedToolchains effectiveToolchains,
List<Problem> problems)
Default constructor
|
Modifier and Type | Method and Description |
---|---|
PersistedToolchains |
ToolchainsReader.read(File input,
Map<String,?> options)
Reads the toolchains from the specified file.
|
PersistedToolchains |
DefaultToolchainsReader.read(File input,
Map<String,?> options) |
PersistedToolchains |
ToolchainsReader.read(InputStream input,
Map<String,?> options)
Reads the toolchains from the specified byte stream.
|
PersistedToolchains |
DefaultToolchainsReader.read(InputStream input,
Map<String,?> options) |
PersistedToolchains |
ToolchainsReader.read(Reader input,
Map<String,?> options)
Reads the toolchains from the specified character reader.
|
PersistedToolchains |
DefaultToolchainsReader.read(Reader input,
Map<String,?> options) |
Modifier and Type | Method and Description |
---|---|
void |
MavenToolchainMerger.merge(PersistedToolchains dominant,
PersistedToolchains recessive,
String recessiveSourceLevel) |
Modifier and Type | Method and Description |
---|---|
PersistedToolchains |
PersistedToolchains.clone()
Method clone.
|
Modifier and Type | Method and Description |
---|---|
PersistedToolchains |
MavenToolchainsXpp3Reader.read(InputStream in)
Method read.
|
PersistedToolchains |
MavenToolchainsXpp3Reader.read(InputStream in,
boolean strict)
Method read.
|
PersistedToolchains |
MavenToolchainsXpp3Reader.read(Reader reader) |
PersistedToolchains |
MavenToolchainsXpp3Reader.read(Reader reader,
boolean strict) |
Modifier and Type | Method and Description |
---|---|
void |
MavenToolchainsXpp3Writer.write(OutputStream stream,
PersistedToolchains persistedToolchains)
Method write.
|
void |
MavenToolchainsXpp3Writer.write(Writer writer,
PersistedToolchains persistedToolchains)
Method write.
|
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.