- ToolchainsBuilder - Interface in org.apache.maven.toolchain.building
-
Builds the effective toolchains from a user toolchains file and/or a global toolchains file.
- ToolchainsBuildingException - Exception in org.apache.maven.toolchain.building
-
- ToolchainsBuildingException(List<Problem>) - Constructor for exception org.apache.maven.toolchain.building.ToolchainsBuildingException
-
Creates a new exception with the specified problems.
- ToolchainsBuildingRequest - Interface in org.apache.maven.toolchain.building
-
Collects toolchains that control the building of effective toolchains.
- ToolchainsBuildingResult - Interface in org.apache.maven.toolchain.building
-
Collects the output of the toolchains builder.
- ToolchainsParseException - Exception in org.apache.maven.toolchain.io
-
Signals a failure to parse the toolchains due to invalid syntax (e.g.
- ToolchainsParseException(String, int, int) - Constructor for exception org.apache.maven.toolchain.io.ToolchainsParseException
-
Creates a new parser exception with the specified details.
- ToolchainsParseException(String, int, int, Throwable) - Constructor for exception org.apache.maven.toolchain.io.ToolchainsParseException
-
Creates a new parser exception with the specified details.
- ToolchainsReader - Interface in org.apache.maven.toolchain.io
-
Handles deserialization of toolchains from some kind of textual format like XML.
- ToolchainsWriter - Interface in org.apache.maven.toolchain.io
-
Handles serialization of toolchains into some kind of textual format like XML.