java_compilation_info

Report an issue View source

Provides access to compilation information for Java rules.

Members

boot_classpath

list java_compilation_info.boot_classpath

Boot classpath for this Java target.

compilation_classpath

depset java_compilation_info.compilation_classpath

Compilation classpath for this Java target.

javac_options

list java_compilation_info.javac_options

Options to java compiler.

javac_options_list

list java_compilation_info.javac_options_list

A list of options to java compiler. This exists temporarily for migration purposes. javac_options will return a depset in the future, and this method will be dropped once all usages have been updated to handle depsets.

runtime_classpath

depset java_compilation_info.runtime_classpath

Run-time classpath for this Java target.