Interface BuildContextAware


  • public interface BuildContextAware
    Interface implemented by CodeGenerator implementations which are integrated with BuildContext. These will have the build context injected before any attempt is made to generate files and should interact with the reactor solely through it.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setBuildContext​(org.sonatype.plexus.build.incremental.BuildContext buildContext)
      Set the build context to be used during the lifetime of this reactor.
    • Method Detail

      • setBuildContext

        void setBuildContext​(org.sonatype.plexus.build.incremental.BuildContext buildContext)
        Set the build context to be used during the lifetime of this reactor.
        Parameters:
        buildContext - current build context reference.