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 TypeMethodDescriptionvoidexecute()Perform whatever build-process behavior thisMojoimplements.
This is the main trigger for theMojoinside theMavensystem, and allows theMojoto communicate errors.getLog()Furnish access to the standard Maven logging mechanism which is managed in this base class.voidInject a standardMavenlogging mechanism to allow thisMojoto 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:MojoPerform whatever build-process behavior thisMojoimplements.
This is the main trigger for theMojoinside theMavensystem, and allows theMojoto communicate errors. -
setLog
Description copied from interface:MojoInject a standardMavenlogging mechanism to allow thisMojoto communicate events and feedback to the user. -
getLog
Description copied from interface:MojoFurnish access to the standard Maven logging mechanism which is managed in this base class.
-