public interface CompilationClassPath
Represents a classpath entry that is backed by the output of a Java compilation task.
The interface encloses the task identifier of the compiler task that can be used to retrieve the result of the compilation.
The consumers of the compilation classpath may or may not include transitive classpaths that are configured as an input to the compilation. Usually, transitive classpaths are included unless otherwise noted.
Clients shouldn't implement this interface.
public JavaCompilationWorkerTaskIdentifier | Gets the task identifier of the Java compiler task that performs the compilation. |
Gets the task identifier of the Java compiler task that performs the compilation.
The task identifier.