org.sonatype.maven.polyglot.execute
Class ExecuteManagerImpl

java.lang.Object
  extended by org.sonatype.maven.polyglot.execute.ExecuteManagerImpl
All Implemented Interfaces:
ExecuteManager

@Component(role=ExecuteManager.class,
           instantiationStrategy="singleton")
public class ExecuteManagerImpl
extends java.lang.Object
implements ExecuteManager

Default implementation of the ExecuteManager component.

Since:
0.7
Author:
Jason Dillon

Field Summary
protected  org.codehaus.plexus.logging.Logger log
           
 
Constructor Summary
ExecuteManagerImpl()
           
 
Method Summary
 java.util.List<ExecuteTask> getTasks(org.apache.maven.model.Model model)
           
 void install(org.apache.maven.model.Model model)
           
 void register(org.apache.maven.model.Model model, java.util.List<ExecuteTask> tasks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

@Requirement
protected org.codehaus.plexus.logging.Logger log
Constructor Detail

ExecuteManagerImpl

public ExecuteManagerImpl()
Method Detail

register

public void register(org.apache.maven.model.Model model,
                     java.util.List<ExecuteTask> tasks)
Specified by:
register in interface ExecuteManager

getTasks

public java.util.List<ExecuteTask> getTasks(org.apache.maven.model.Model model)
Specified by:
getTasks in interface ExecuteManager

install

public void install(org.apache.maven.model.Model model)
Specified by:
install in interface ExecuteManager