public interface NativeFolder
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getFolderPath()
Folder containing the source files.
|
java.util.Map<java.lang.String,java.lang.String> |
getPerLanguageSettings()
The compile settings for each file type.
|
java.io.File |
getWorkingDirectory()
The working directory for the compiler.
|
@NonNull java.io.File getFolderPath()
@NonNull java.util.Map<java.lang.String,java.lang.String> getPerLanguageSettings()
The key is the file type, which can be "c" or "c++". The value is the name of a NativeSettings.
@Nullable java.io.File getWorkingDirectory()