public interface NativeToolchain
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getCCompilerExecutable()
Returns the full path of the C compiler.
|
java.io.File |
getCppCompilerExecutable()
Returns the full path of the C++ compiler.
|
java.lang.String |
getName()
Returns the name of the toolchain.
|
@NonNull java.lang.String getName()
@Nullable java.io.File getCCompilerExecutable()
@Nullable java.io.File getCppCompilerExecutable()