Package org.jboss.gm.analyzer.alignment
Class AlignmentTask
- java.lang.Object
-
- org.gradle.api.internal.AbstractTask
-
- org.gradle.api.DefaultTask
-
- org.jboss.gm.analyzer.alignment.AlignmentTask
-
- All Implemented Interfaces:
java.lang.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.util.Configurable<org.gradle.api.Task>
public class AlignmentTask extends org.gradle.api.DefaultTaskThe actual Gradle task that creates themanipulation.jsonfile for the whole project (whether it's a single or multi module project)
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringAPPLY_GME_REPOSThe groovy code to apply thegme-repos.gradlebuild script.static java.lang.StringGMEThe base filename ofgme.gradlefile.static java.lang.StringGME_PLUGINCONFIGSThe base filename of thegme-pluginconfigs.gradlefile.static java.lang.StringGME_REPOSThe base filename of thegme-repos.gradlefile.static java.lang.StringGRADLEThe wordgradle.static java.lang.StringINJECT_GME_ENDThe groovy code to inject thegme-pluginconfigs.gradlebuild script.static java.lang.StringINJECT_GME_END_KOTLINThe kotlin code to inject thegme-pluginconfigs.gradlebuild script.static java.lang.StringINJECT_GME_STARTThe groovy code to inject thegme.gradlebuild script.static java.lang.StringINJECT_GME_START_KOTLINThe kotlin code to inject thegme.gradlebuild script.static java.lang.StringNAMEThe task namegenerateAlignmentMetadata.
-
Constructor Summary
Constructors Constructor Description AlignmentTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidperform()Perform the alignment task action.-
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
-
-
-
-
Field Detail
-
GME
public static final java.lang.String GME
The base filename ofgme.gradlefile.- See Also:
- Constant Field Values
-
INJECT_GME_START
public static final java.lang.String INJECT_GME_START
The groovy code to inject thegme.gradlebuild script.- See Also:
- Constant Field Values
-
INJECT_GME_START_KOTLIN
public static final java.lang.String INJECT_GME_START_KOTLIN
The kotlin code to inject thegme.gradlebuild script.- See Also:
- Constant Field Values
-
GME_PLUGINCONFIGS
public static final java.lang.String GME_PLUGINCONFIGS
The base filename of thegme-pluginconfigs.gradlefile.- See Also:
- Constant Field Values
-
INJECT_GME_END
public static final java.lang.String INJECT_GME_END
The groovy code to inject thegme-pluginconfigs.gradlebuild script.- See Also:
- Constant Field Values
-
INJECT_GME_END_KOTLIN
public static final java.lang.String INJECT_GME_END_KOTLIN
The kotlin code to inject thegme-pluginconfigs.gradlebuild script.- See Also:
- Constant Field Values
-
GRADLE
public static final java.lang.String GRADLE
The wordgradle.- See Also:
- Constant Field Values
-
GME_REPOS
public static final java.lang.String GME_REPOS
The base filename of thegme-repos.gradlefile.- See Also:
- Constant Field Values
-
APPLY_GME_REPOS
public static final java.lang.String APPLY_GME_REPOS
The groovy code to apply thegme-repos.gradlebuild script.- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
The task namegenerateAlignmentMetadata.- See Also:
- Constant Field Values
-
-