Class AtomExecuteTask
- java.lang.Object
-
- org.sonatype.maven.polyglot.execute.ExecuteTaskSupport
-
- org.sonatype.maven.polyglot.atom.execute.AtomExecuteTask
-
- All Implemented Interfaces:
ExecuteTask
public class AtomExecuteTask extends 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(ExecuteContext context)
Map
getAttributes()
Object
getValue()
String
toString()
-
Methods inherited from class org.sonatype.maven.polyglot.execute.ExecuteTaskSupport
getId, getPhase, getProfileId, setId, setPhase, setProfileId
-
-