Package net.ltgt.gradle.apt
Class GenerateEclipseJdtApt
- java.lang.Object
-
- org.gradle.api.internal.AbstractTask
-
- org.gradle.api.DefaultTask
-
- org.gradle.api.internal.ConventionTask
-
- org.gradle.plugins.ide.api.GeneratorTask<T>
-
- org.gradle.plugins.ide.api.PropertiesGeneratorTask<JdtApt>
-
- net.ltgt.gradle.apt.GenerateEclipseJdtApt
-
- All Implemented Interfaces:
java.lang.Comparable<org.gradle.api.Task>,org.gradle.api.internal.DynamicObjectAware,org.gradle.api.internal.IConventionAware,org.gradle.api.internal.TaskInternal,org.gradle.api.plugins.ExtensionAware,org.gradle.api.Task,org.gradle.util.Configurable<org.gradle.api.Task>
public class GenerateEclipseJdtApt extends org.gradle.plugins.ide.api.PropertiesGeneratorTask<JdtApt>
-
-
Constructor Summary
Constructors Constructor Description GenerateEclipseJdtApt()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigure(JdtApt jdtApt)protected JdtAptcreate()EclipseJdtAptgetJdtApt()voidsetJdtApt(EclipseJdtApt jdtApt)-
Methods inherited from class org.gradle.plugins.ide.api.GeneratorTask
getIncremental, getInputFile, getInputFileIfExists, getInstantiator, getOutputFile, setInputFile, setOutputFile
-
Methods inherited from class org.gradle.api.internal.ConventionTask
conventionMapping, conventionMapping, getConventionMapping
-
Methods inherited from class org.gradle.api.DefaultTask
newInputDirectory, newInputFile, newOutputDirectory, newOutputFile
-
Methods inherited from class org.gradle.api.internal.AbstractTask
appendParallelSafeAction, compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTaskIdentity, getTemporaryDir, getTemporaryDirFactory, getTimeout, hasProperty, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, replaceLogger, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toString
-
-
-
-
Method Detail
-
configure
protected void configure(JdtApt jdtApt)
- Specified by:
configurein classorg.gradle.plugins.ide.api.PropertiesGeneratorTask<JdtApt>
-
create
protected JdtApt create()
- Specified by:
createin classorg.gradle.plugins.ide.api.PropertiesGeneratorTask<JdtApt>
-
getJdtApt
@Internal public EclipseJdtApt getJdtApt()
-
setJdtApt
public void setJdtApt(EclipseJdtApt jdtApt)
-
-