Interface NativeFile


public interface NativeFile
A native source file with compile settings.
  • Method Details

    • getFilePath

      @NonNull File getFilePath()
      The source file.
    • getSettingsName

      @NonNull String getSettingsName()
      The name of a NativeSettings for the source file.
    • getWorkingDirectory

      @Nullable File getWorkingDirectory()
      The working directory for the compiler.