Package org.apache.maven.plugin
Class DefaultBuildPluginManager.MojoWrapper
java.lang.Object
org.apache.maven.plugin.DefaultBuildPluginManager.MojoWrapper
- All Implemented Interfaces:
Mojo
- Enclosing class:
DefaultBuildPluginManager
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
Perform whatever build-process behavior thisMojo
implements.
This is the main trigger for theMojo
inside theMaven
system, and allows theMojo
to communicate errors.getLog()
Furnish access to the standard Maven logging mechanism which is managed in this base class.void
Inject a standardMaven
logging mechanism to allow thisMojo
to communicate events and feedback to the user.
-
Field Details
-
mojoV4
-
-
Constructor Details
-
MojoWrapper
MojoWrapper(Mojo mojoV4)
-
-
Method Details
-
execute
public void execute()Description copied from interface:Mojo
Perform whatever build-process behavior thisMojo
implements.
This is the main trigger for theMojo
inside theMaven
system, and allows theMojo
to communicate errors. -
setLog
Description copied from interface:Mojo
Inject a standardMaven
logging mechanism to allow thisMojo
to communicate events and feedback to the user. -
getLog
Description copied from interface:Mojo
Furnish access to the standard Maven logging mechanism which is managed in this base class.
-