saker.java.compiler Documentation TaskDoc JavaDoc Packages
public interface CompilationModulePath
Represents a modulepath 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 modulepath may or may not include transitive modulepaths that are configured as an input to the compilation. Usually, transitive modulepaths are included unless otherwise noted.

Clients shouldn't implement this interface.

Methods
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.