Class ProviderAwareCompilerDaemonForkOptions

    • Constructor Detail

      • ProviderAwareCompilerDaemonForkOptions

        public ProviderAwareCompilerDaemonForkOptions()
    • Method Detail

      • getJvmArgumentProviders

        @Optional
        public java.util.List<CommandLineArgumentProvider> getJvmArgumentProviders()
        Returns any additional JVM argument providers for the compiler process.
      • getAllJvmArgs

        @Internal
        public java.util.List<java.lang.String> getAllJvmArgs()
        Returns the full set of arguments to use to launch the JVM for the compiler process. This includes arguments to define system properties, the minimum/maximum heap size, and the bootstrap classpath.
        Returns:
        The immutable list of arguments. Returns an empty list if there are no arguments.