com.android.builder.model
Interface NativeFile


public interface NativeFile

A native source file with compile settings.


Method Summary
 java.io.File getFilePath()
          The source file.
 java.lang.String getSettingsName()
          The name of a NativeSettings for the source file.
 java.io.File getWorkingDirectory()
          The working directory for the compiler.
 

Method Detail

getFilePath

java.io.File getFilePath()
The source file.


getSettingsName

java.lang.String getSettingsName()
The name of a NativeSettings for the source file.


getWorkingDirectory

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