Interface ToolchainsBuildingResult

All Known Implementing Classes:
DefaultToolchainsBuildingResult

@Deprecated(since="4.0.0") public interface ToolchainsBuildingResult
Deprecated.
since 4.0.0, use org.apache.maven.api.services.ToolchainsBuilder instead
Collects the output of the toolchains builder.
Since:
3.3.0
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.maven.toolchain.model.PersistedToolchains
    Deprecated.
    Gets the assembled toolchains.
    List<org.apache.maven.building.Problem>
    Deprecated.
    Return a list of problems, if any.
  • Method Details

    • getEffectiveToolchains

      org.apache.maven.toolchain.model.PersistedToolchains getEffectiveToolchains()
      Deprecated.
      Gets the assembled toolchains.
      Returns:
      The assembled toolchains, never null.
    • getProblems

      List<org.apache.maven.building.Problem> getProblems()
      Deprecated.
      Return a list of problems, if any.
      Returns:
      a list of problems, never null.