@Experimental public interface Toolchain
Modifier and Type | Method and Description |
---|---|
String |
findTool(String toolName)
Gets the platform tool executable.
|
String |
getType()
get the type of toolchain.
|
boolean |
matchesRequirements(Map<String,String> requirements)
Let the toolchain decide if it matches requirements defined
in the toolchain plugin configuration.
|
String getType()
String findTool(String toolName)
toolName
- the tool platform independent tool name.boolean matchesRequirements(Map<String,String> requirements)
requirements
- Map<String, String> key value pair, may not be null
true
if the requirements match, otherwise false
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.