public class NativeToolchainImpl extends Object
Implementation of NativeToolchain that is serializable.
| Constructor and description |
|---|
NativeToolchainImpl
(String name, File cCompilerExecutable, File cppCompilerExecutable) |
| Type | Name and description |
|---|---|
File |
getCCompilerExecutable() |
File |
getCppCompilerExecutable() |
String |
getName() |
String |
toString() |