public abstract class AbstractJBBPTask
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
AbstractJBBPTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
doAction() |
protected abstract void |
doTaskAction(JBBPExtension extension) |
protected static java.util.Set<java.io.File> |
findScripts(JBBPExtension ext) |
static java.lang.String |
getTextOrFileContent(JBBPExtension extension,
java.lang.String text,
java.io.File file) |
newInputDirectory, newInputFile, newOutputDirectory, newOutputFileappendParallelSafeAction, 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@Nullable
public static java.lang.String getTextOrFileContent(@Nonnull
JBBPExtension extension,
@Nullable
java.lang.String text,
@Nullable
java.io.File file)
@Nonnull
protected static java.util.Set<java.io.File> findScripts(@Nonnull
JBBPExtension ext)
public final void doAction()
protected abstract void doTaskAction(@Nonnull
JBBPExtension extension)