Class JavaToolchainImpl

    • Method Detail

      • getJavaHome

        public String getJavaHome()
      • setJavaHome

        public void setJavaHome​(String javaHome)
      • findTool

        public String findTool​(String toolName)
        Description copied from interface: Toolchain
        Gets the platform tool executable.
        Specified by:
        findTool in interface Toolchain
        Parameters:
        toolName - the tool platform independent tool name.
        Returns:
        file representing the tool executable, or null if the tool can not be found