public interface Toolchain
Modifier and Type | Method and Description |
---|---|
java.lang.String |
findTool(java.lang.String toolName)
Gets the platform tool executable.
|
java.lang.String |
getType()
get the type of toolchain.
|
java.lang.String getType()
java.lang.String findTool(java.lang.String toolName)
toolName
- the tool platform independent tool name.