|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.toolchain.DefaultToolchainsBuilder
@Component(role=ToolchainsBuilder.class, hint="default") public class DefaultToolchainsBuilder
Constructor Summary | |
---|---|
DefaultToolchainsBuilder()
|
Method Summary | |
---|---|
PersistedToolchains |
build(java.io.File userToolchainsFile)
Builds the toolchains model from the configured toolchain files. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultToolchainsBuilder()
Method Detail |
---|
public PersistedToolchains build(java.io.File userToolchainsFile) throws MisconfiguredToolchainException
ToolchainsBuilder
build
in interface ToolchainsBuilder
userToolchainsFile
- The path to the toolchains file, may be null
to disable parsing.
null
if no toolchain file was configured or the configured file does
not exist.
MisconfiguredToolchainException
- If the toolchain file exists but cannot be parsed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |