Class ExecuteManagerImpl
- java.lang.Object
-
- 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 theExecuteManagercomponent.- Since:
- 0.7
- Author:
- Jason Dillon
-
-
Field Summary
Fields Modifier and Type Field Description protected org.codehaus.plexus.logging.Loggerlog
-
Constructor Summary
Constructors Constructor Description ExecuteManagerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ExecuteTask>getTasks(org.apache.maven.model.Model model)voidinstall(org.apache.maven.model.Model model)voidregister(org.apache.maven.model.Model model, java.util.List<ExecuteTask> tasks)
-
-
-
Method Detail
-
register
public void register(org.apache.maven.model.Model model, java.util.List<ExecuteTask> tasks)- Specified by:
registerin interfaceExecuteManager
-
getTasks
public java.util.List<ExecuteTask> getTasks(org.apache.maven.model.Model model)
- Specified by:
getTasksin interfaceExecuteManager
-
install
public void install(org.apache.maven.model.Model model)
- Specified by:
installin interfaceExecuteManager
-
-