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 Object
implements ExecuteManager
Default implementation of the
ExecuteManager
component.- Since:
- 0.7
- Author:
- Jason Dillon
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTasks
(org.apache.maven.model.Model model) void
install
(org.apache.maven.model.Model model) void
register
(org.apache.maven.model.Model model, List<ExecuteTask> tasks)
-
Field Details
-
log
@Requirement protected org.codehaus.plexus.logging.Logger log
-
-
Constructor Details
-
ExecuteManagerImpl
public ExecuteManagerImpl()
-
-
Method Details
-
register
- Specified by:
register
in interfaceExecuteManager
-
getTasks
- Specified by:
getTasks
in interfaceExecuteManager
-
install
public void install(org.apache.maven.model.Model model) - Specified by:
install
in interfaceExecuteManager
-