Interface ContextAwareEngine

All Known Implementing Classes:
JavaEngine

public interface ContextAwareEngine
Enables a custom engine to get some mojo context.
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    setLog(org.apache.maven.plugin.logging.Log log)
     
  • Method Details

    • setLog

      default void setLog(org.apache.maven.plugin.logging.Log log)