Class AtomExecuteTask
- java.lang.Object
-
- org.sonatype.maven.polyglot.execute.ExecuteTaskSupport
-
- org.sonatype.maven.polyglot.atom.execute.AtomExecuteTask
-
- All Implemented Interfaces:
org.sonatype.maven.polyglot.execute.ExecuteTask
public class AtomExecuteTask extends org.sonatype.maven.polyglot.execute.ExecuteTaskSupportEncapsulates a GroovyExecuteTask.- Since:
- 0.7
-
-
Constructor Summary
Constructors Constructor Description AtomExecuteTask(java.lang.Object value, java.util.Map attrs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.sonatype.maven.polyglot.execute.ExecuteContext context)java.util.MapgetAttributes()java.lang.ObjectgetValue()java.lang.StringtoString()
-
-
-
Method Detail
-
getValue
public java.lang.Object getValue()
-
getAttributes
public java.util.Map getAttributes()
-
execute
public void execute(org.sonatype.maven.polyglot.execute.ExecuteContext context) throws java.lang.Exception- Throws:
java.lang.Exception
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-