package saker.java.compiler.api.compile
Contains classes for configuring the Java compiler build task.
JavaAnnotationProcessor | Represents a configuration for an annotation processor. |
JavaAnnotationProcessorBuilder | Builder interface for JavaAnnotationProcessor. |
JavaCompilationConfigurationOutput | Interface providing access to the configuration related results of a Java compilation. |
JavaCompilationTaskBuilder | Builder class for configuring and constructing a Java compiler worker task. |
JavaCompilationWorkerTaskIdentifier | Represents a task identifier for a Java compilation worker task. |
JavaCompilerTaskFrontendOutput | Interface for accessing the results of the frontend build task of the Java compiler task. |
JavaCompilerWorkerTaskOutput | Interface representing the output of the Java compiler worker task. |
JavaCompilerWarningType | Enumeration utility class containing possible warning types to suppress during Java compilation. |
JavaDebugInfoType | Enumeration for specifying the kind of debugging information that should be included in generated class files. |
SakerJavaCompilerUtils | Utility class contains functions related to Java compilation and configuration. |