Interface BuildContextAware


@Deprecated public interface BuildContextAware
Deprecated.
Use FileGenerator instead.
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

    Modifier and Type
    Method
    Description
    void
    setBuildContext(org.sonatype.plexus.build.incremental.BuildContext buildContext)
    Deprecated.
    Set the build context to be used during the lifetime of this reactor.
  • Method Details

    • setBuildContext

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