@CacheableTask public class ExtractConfigTask extends DefaultTask
Task.NamerTASK_ACTION, TASK_CONSTRUCTOR_ARGS, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE| Constructor and Description |
|---|
ExtractConfigTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
doTask() |
void |
exclude(groovy.lang.Closure<java.lang.Boolean> c) |
ExtractConfigTask |
exclude(java.lang.String... paterns) |
java.lang.String |
getConfig() |
FileCollection |
getConfigFiles() |
java.util.List<groovy.lang.Closure<java.lang.Boolean>> |
getExcludeCalls() |
java.util.List<java.lang.String> |
getExcludes() |
java.util.List<java.lang.String> |
getIncludes() |
java.io.File |
getOut() |
ExtractConfigTask |
include(java.lang.String... paterns) |
void |
setConfig(java.lang.String config) |
void |
setOut(DelayedFile out) |
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, setImpliesSubProjectsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoNotTrackState, getConvention, notCompatibleWithConfigurationCachepublic void doTask()
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getConfig()
public void setConfig(java.lang.String config)
@Optional @InputFiles @PathSensitive(value=ABSOLUTE) public FileCollection getConfigFiles()
public java.io.File getOut()
public void setOut(DelayedFile out)
public java.util.List<java.lang.String> getIncludes()
public ExtractConfigTask include(java.lang.String... paterns)
public java.util.List<java.lang.String> getExcludes()
public ExtractConfigTask exclude(java.lang.String... paterns)
public java.util.List<groovy.lang.Closure<java.lang.Boolean>> getExcludeCalls()
public void exclude(groovy.lang.Closure<java.lang.Boolean> c)