|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NativeToolchain
Toolchain for building a native library.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
@NonNull java.lang.String getName()
@Nullable java.io.File getCCompilerExecutable()
@Nullable java.io.File getCppCompilerExecutable()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||