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 Groovy ExecuteTask.
Since:
0.7
  • Field Details

    • value

      private final Object value
    • attrs

      private final Map attrs
  • Constructor Details

    • AtomExecuteTask

      public AtomExecuteTask(Object value, Map attrs)
  • Method Details

    • getValue

      public Object getValue()
    • getAttributes

      public Map getAttributes()
    • execute

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

      public String toString()
      Overrides:
      toString in class Object