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.ExecuteTaskSupport
Encapsulates a GroovyExecuteTask
.- Since:
- 0.7
- Author:
- Jason Dillon
-
-
Constructor Summary
Constructors Constructor Description AtomExecuteTask(Object value, Map attrs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(org.sonatype.maven.polyglot.execute.ExecuteContext context)
Map
getAttributes()
Object
getValue()
String
toString()
-