Class ConfigJSModulesTask
java.lang.Object
org.gradle.api.internal.AbstractTask
org.gradle.api.DefaultTask
com.liferay.gradle.plugins.node.task.ExecuteNodeTask
com.liferay.gradle.plugins.node.task.ExecuteNodeScriptTask
com.liferay.gradle.plugins.js.module.config.generator.ConfigJSModulesTask
- All Implemented Interfaces:
Comparable<org.gradle.api.Task>,org.gradle.api.internal.DynamicObjectAware,org.gradle.api.internal.TaskInternal,org.gradle.api.plugins.ExtensionAware,org.gradle.api.Task,org.gradle.api.tasks.util.PatternFilterable,org.gradle.util.Configurable<org.gradle.api.Task>
@CacheableTask
@Deprecated
public class ConfigJSModulesTask
extends com.liferay.gradle.plugins.node.task.ExecuteNodeScriptTask
implements org.gradle.api.tasks.util.PatternFilterable
Deprecated.
As of Judson (7.1.x), with no direct replacement
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Task
org.gradle.api.Task.Namer -
Field Summary
Fields inherited from interface org.gradle.api.Task
TASK_ACTION, TASK_CONSTRUCTOR_ARGS, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexclude(groovy.lang.Closure excludeSpec) Deprecated.Deprecated.Deprecated.exclude(org.gradle.api.specs.Spec<org.gradle.api.file.FileTreeElement> excludeSpec) Deprecated.voidDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.org.gradle.api.file.FileCollectionDeprecated.include(groovy.lang.Closure includeSpec) Deprecated.Deprecated.Deprecated.include(org.gradle.api.specs.Spec<org.gradle.api.file.FileTreeElement> includeSpec) Deprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.voidsetConfigVariable(Object configVariable) Deprecated.voidsetCustomDefine(Object customDefine) Deprecated.setExcludes(Iterable<String> excludes) Deprecated.voidsetIgnorePath(boolean ignorePath) Deprecated.setIncludes(Iterable<String> includes) Deprecated.voidsetKeepFileExtension(boolean keepFileExtension) Deprecated.voidsetLowerCase(boolean lowerCase) Deprecated.voidsetModuleConfigFile(Object moduleConfigFile) Deprecated.voidsetModuleExtension(Object moduleExtension) Deprecated.voidsetModuleFormat(Object moduleFormat) Deprecated.voidsetOutputFile(Object outputFile) Deprecated.voidsetSourceDir(Object sourceDir) Deprecated.Methods inherited from class com.liferay.gradle.plugins.node.task.ExecuteNodeScriptTask
getScriptFile, setScriptFileMethods inherited from class com.liferay.gradle.plugins.node.task.ExecuteNodeTask
args, args, environment, environment, getArgs, getCommand, getEnvironment, getNodeDir, getNpmInstallRetries, getResult, getWorkingDir, isInheritProxy, isUseGradleExec, setArgs, setArgs, setCommand, setEnvironment, setInheritProxy, setNodeDir, setNpmInstallRetries, setUseGradleExec, setWorkingDirMethods inherited from class org.gradle.api.DefaultTask
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, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceMethods inherited from class org.gradle.api.internal.AbstractTask
acceptServiceReferences, appendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getLifecycleDependencies, getOnlyIf, getReasonNotToTrackState, getReasonTaskIsIncompatibleWithConfigurationCache, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isCompatibleWithConfigurationCache, isEnabled, isHasCustomActions, notCompatibleWithConfigurationCache, prependParallelSafeAction, setImpliesSubProjectsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gradle.api.Task
doNotTrackState, getConvention, notCompatibleWithConfigurationCache
-
Constructor Details
-
ConfigJSModulesTask
public ConfigJSModulesTask()Deprecated.
-
-
Method Details
-
exclude
Deprecated.- Specified by:
excludein interfaceorg.gradle.api.tasks.util.PatternFilterable
-
exclude
Deprecated.- Specified by:
excludein interfaceorg.gradle.api.tasks.util.PatternFilterable
-
exclude
public ConfigJSModulesTask exclude(org.gradle.api.specs.Spec<org.gradle.api.file.FileTreeElement> excludeSpec) Deprecated.- Specified by:
excludein interfaceorg.gradle.api.tasks.util.PatternFilterable
-
exclude
Deprecated.- Specified by:
excludein interfaceorg.gradle.api.tasks.util.PatternFilterable
-
executeNode
Deprecated.- Overrides:
executeNodein classcom.liferay.gradle.plugins.node.task.ExecuteNodeScriptTask- Throws:
Exception
-
getConfigVariable
Deprecated. -
getCustomDefine
Deprecated. -
getExcludes
Deprecated.- Specified by:
getExcludesin interfaceorg.gradle.api.tasks.util.PatternFilterable
-
getIncludes
Deprecated.- Specified by:
getIncludesin interfaceorg.gradle.api.tasks.util.PatternFilterable
-
getModuleConfigFile
Deprecated. -
getModuleExtension
Deprecated. -
getModuleFormat
Deprecated. -
getOutputDir
Deprecated. -
getOutputFile
Deprecated. -
getSourceDir
Deprecated. -
getSourceFiles
@InputFiles @PathSensitive(RELATIVE) @SkipWhenEmpty public org.gradle.api.file.FileCollection getSourceFiles()Deprecated. -
include
Deprecated.- Specified by:
includein interfaceorg.gradle.api.tasks.util.PatternFilterable
-
include
Deprecated.- Specified by:
includein interfaceorg.gradle.api.tasks.util.PatternFilterable
-
include
public ConfigJSModulesTask include(org.gradle.api.specs.Spec<org.gradle.api.file.FileTreeElement> includeSpec) Deprecated.- Specified by:
includein interfaceorg.gradle.api.tasks.util.PatternFilterable
-
include
Deprecated.- Specified by:
includein interfaceorg.gradle.api.tasks.util.PatternFilterable
-
isIgnorePath
@Input public boolean isIgnorePath()Deprecated. -
isKeepFileExtension
@Input public boolean isKeepFileExtension()Deprecated. -
isLowerCase
@Input public boolean isLowerCase()Deprecated. -
setConfigVariable
Deprecated. -
setCustomDefine
Deprecated. -
setExcludes
Deprecated.- Specified by:
setExcludesin interfaceorg.gradle.api.tasks.util.PatternFilterable
-
setIgnorePath
public void setIgnorePath(boolean ignorePath) Deprecated. -
setIncludes
Deprecated.- Specified by:
setIncludesin interfaceorg.gradle.api.tasks.util.PatternFilterable
-
setKeepFileExtension
public void setKeepFileExtension(boolean keepFileExtension) Deprecated. -
setLowerCase
public void setLowerCase(boolean lowerCase) Deprecated. -
setModuleConfigFile
Deprecated. -
setModuleExtension
Deprecated. -
setModuleFormat
Deprecated. -
setOutputFile
Deprecated. -
setSourceDir
Deprecated. -
getCompleteArgs
Deprecated.- Overrides:
getCompleteArgsin classcom.liferay.gradle.plugins.node.task.ExecuteNodeScriptTask
-