public interface ToolchainPrivate extends Toolchain
| Modifier and Type | Method and Description | 
|---|---|
| ToolchainModel | getModel() | 
| boolean | matchesRequirements(Map<String,String> requirements)Let the toolchain decide if it matches requirements defined
 in the toolchain plugin configuration. | 
boolean matchesRequirements(Map<String,String> requirements)
requirements - Map<String, String> key value pair, may not be nulltrue if the requirements match, otherwise falseToolchainModel getModel()
Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.