public class Kotlin2JvmTask
extends KotlinCompilerBaseTask
| Constructor and Description |
|---|
Kotlin2JvmTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
addConfiguredClasspath(org.apache.tools.ant.types.Path classpath) |
void |
fillSpecificArguments() |
java.lang.String |
getCompilerFqName() |
boolean |
getIncludeRuntime() |
java.lang.String |
getModuleName() |
boolean |
getNoReflect() |
void |
setClasspath(org.apache.tools.ant.types.Path classpath) |
void |
setClasspathRef(org.apache.tools.ant.types.Reference ref) |
void |
setIncludeRuntime(boolean p) |
void |
setModuleName(java.lang.String p) |
void |
setNoReflect(boolean p) |
createCompilerArg, createSrc, execute, fillArguments, fillSpecificArguments, getAdditionalArguments, getArgs, getCompilerFqName, getExitCode, getFailOnError, getNoStdlib, getNowarn, getOutput, getPrintVersion, getSrc, getVerbose, setExitCode, setFailOnError, setNoStdlib, setNowarn, setOutput, setPrintVersion, setSrc, setSrcRef, setVerbosepublic java.lang.String getCompilerFqName()
public boolean getIncludeRuntime()
public void setIncludeRuntime(boolean p)
public java.lang.String getModuleName()
public void setModuleName(java.lang.String p)
public boolean getNoReflect()
public void setNoReflect(boolean p)
public void setClasspath(org.apache.tools.ant.types.Path classpath)
public void setClasspathRef(org.apache.tools.ant.types.Reference ref)
public void addConfiguredClasspath(org.apache.tools.ant.types.Path classpath)
public void fillSpecificArguments()