Class AtomExecuteTask

  • All Implemented Interfaces:
    org.sonatype.maven.polyglot.execute.ExecuteTask

    public class AtomExecuteTask
    extends org.sonatype.maven.polyglot.execute.ExecuteTaskSupport
    Encapsulates a Groovy ExecuteTask.
    Since:
    0.7
    Author:
    Jason Dillon
    • Constructor Detail

      • AtomExecuteTask

        public AtomExecuteTask​(Object value,
                               Map attrs)
    • Method Detail

      • getValue

        public Object getValue()
      • getAttributes

        public Map getAttributes()
      • execute

        public void execute​(org.sonatype.maven.polyglot.execute.ExecuteContext context)
                     throws Exception
        Throws:
        Exception