CompilerAdapter
, CompilerAdapterExtension
@Deprecated public class Javac12 extends DefaultCompilerAdapter
Javac13
instead.Modifier and Type | Field | Description |
---|---|---|
protected static java.lang.String |
CLASSIC_COMPILER_CLASSNAME |
Deprecated.
|
attributes, bootclasspath, compileClasspath, compileList, compileSourcepath, debug, depend, deprecation, destDir, encoding, extdirs, includeAntRuntime, includeJavaRuntime, location, lSep, memoryInitialSize, memoryMaximumSize, modulepath, moduleSourcepath, optimize, project, release, src, target, upgrademodulepath, verbose
Constructor | Description |
---|---|
Javac12() |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
execute() |
Deprecated.
Run the compilation.
|
addCurrentCompilerArgs, addExtdirsToClasspath, assumeJava11, assumeJava12, assumeJava13, assumeJava14, assumeJava15, assumeJava16, assumeJava17, assumeJava18, assumeJava19, assumeJava9, assumeJava9Plus, executeExternalCompile, executeExternalCompile, getBootClassPath, getCompileClasspath, getJavac, getModulepath, getModulesourcepath, getNoDebugArgument, getProject, getSupportedFileExtensions, getUpgrademodulepath, logAndAddFilesToCompile, setJavac, setupJavacCommand, setupJavacCommand, setupJavacCommandlineSwitches, setupJavacCommandlineSwitches, setupModernJavacCommand, setupModernJavacCommandlineSwitches
protected static final java.lang.String CLASSIC_COMPILER_CLASSNAME
public boolean execute() throws BuildException
BuildException
- if the compilation has problems.