Interface Toolchain

All Known Subinterfaces:
JavaToolChain, ToolchainPrivate
All Known Implementing Classes:
DefaultJavaToolChain, DefaultToolchain

public interface Toolchain
  • Method Summary

    Modifier and Type
    Method
    Description
    findTool(String toolName)
    Gets the platform tool executable.
     
  • Method Details

    • getType

      String getType()
    • findTool

      String findTool(String toolName)
      Gets the platform tool executable.
      Parameters:
      toolName - the tool platform independent tool name.
      Returns:
      file representing the tool executable, or null if the tool can not be found