Class GroovyExecuteTask
- java.lang.Object
-
- org.sonatype.maven.polyglot.execute.ExecuteTaskSupport
-
- org.sonatype.maven.polyglot.groovy.execute.GroovyExecuteTask
-
- All Implemented Interfaces:
ExecuteTask
public class GroovyExecuteTask extends ExecuteTaskSupport
Encapsulates a GroovyExecuteTask.- Since:
- 0.7
- Author:
- Jason Dillon
-
-
Constructor Summary
Constructors Constructor Description GroovyExecuteTask(java.lang.Object value, java.util.Map attrs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(ExecuteContext context)java.util.MapgetAttributes()groovy.lang.ClosuregetClosure()java.lang.ObjectgetValue()voidsetClosure(groovy.lang.Closure closure)java.lang.StringtoString()-
Methods inherited from class org.sonatype.maven.polyglot.execute.ExecuteTaskSupport
getId, getPhase, setId, setPhase
-
-
-
-
Method Detail
-
getValue
public java.lang.Object getValue()
-
getAttributes
public java.util.Map getAttributes()
-
getClosure
public groovy.lang.Closure getClosure()
-
setClosure
public void setClosure(groovy.lang.Closure closure)
-
execute
public void execute(ExecuteContext context) throws java.lang.Exception
- Throws:
java.lang.Exception
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-