public abstract class CompileModuleInfo
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
CompileModuleInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
compile() |
java.lang.String |
getEncoding() |
java.lang.String |
getModuleMainClass() |
java.lang.String |
getModuleVersion() |
abstract org.gradle.api.file.RegularFileProperty |
getSourceFile() |
int |
getTargetCompatibility() |
abstract org.gradle.api.file.RegularFileProperty |
getTargetFile() |
void |
setEncoding(java.lang.String encoding) |
void |
setModuleMainClass(java.lang.String moduleMainClass) |
void |
setModuleVersion(java.lang.String moduleVersion) |
void |
setTargetCompatibility(int targetCompatibility) |
compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceappendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getLifecycleDependencies, getOnlyIf, getReasonNotToTrackState, getReasonTaskIsIncompatibleWithConfigurationCache, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isCompatibleWithConfigurationCache, isEnabled, isHasCustomActions, notCompatibleWithConfigurationCache, prependParallelSafeAction, setImpliesSubProjects@InputFile public abstract org.gradle.api.file.RegularFileProperty getSourceFile()
@OutputFile public abstract org.gradle.api.file.RegularFileProperty getTargetFile()
@Input public int getTargetCompatibility()
public void setTargetCompatibility(int targetCompatibility)
@Input @Optional public java.lang.String getModuleVersion()
public void setModuleVersion(java.lang.String moduleVersion)
@Input @Optional public java.lang.String getModuleMainClass()
public void setModuleMainClass(java.lang.String moduleMainClass)
@Input @Optional public java.lang.String getEncoding()
public void setEncoding(java.lang.String encoding)
public void compile()
throws java.io.IOException
java.io.IOException