com.android.builder.model
Interface NativeFolder


public interface NativeFolder

A native source folder with compile settings for each file type.


Method Summary
 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.
 

Method Detail

getFolderPath

java.io.File getFolderPath()
Folder containing the source files.


getPerLanguageSettings

java.util.Map<java.lang.String,java.lang.String> getPerLanguageSettings()
The compile settings for each file type. The key is the file type, which can be "c" or "c++". The value is the name of a NativeSettings.


getWorkingDirectory

java.io.File getWorkingDirectory()
The working directory for the compiler.