Package net.ltgt.gradle.apt
Class GenerateEclipseFactorypath
- 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.XmlGeneratorTask<Factorypath>
-
- net.ltgt.gradle.apt.GenerateEclipseFactorypath
-
- 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 GenerateEclipseFactorypath extends org.gradle.plugins.ide.api.XmlGeneratorTask<Factorypath>
-
-
Constructor Summary
Constructors Constructor Description GenerateEclipseFactorypath()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigure(Factorypath factorypath)protected Factorypathcreate()EclipseFactorypathgetFactorypath()voidsetFactorypath(EclipseFactorypath factorypath)-
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(Factorypath factorypath)
- Specified by:
configurein classorg.gradle.plugins.ide.api.XmlGeneratorTask<Factorypath>
-
getFactorypath
@Internal public EclipseFactorypath getFactorypath()
-
setFactorypath
public void setFactorypath(EclipseFactorypath factorypath)
-
create
protected Factorypath create()
- Specified by:
createin classorg.gradle.plugins.ide.api.XmlGeneratorTask<Factorypath>
-
-