Interface CompilerArgumentProvider


@Incubating public interface CompilerArgumentProvider
Provides command-line arguments to the compiler.
Since:
4.5
  • Method Summary

    Modifier and Type
    Method
    Description
    The command-line arguments which will be provided to the compiler.
  • Method Details

    • asArguments

      Iterable<String> asArguments()
      The command-line arguments which will be provided to the compiler.