Interface BuildContextAware
-
@Deprecated public interface BuildContextAware
Deprecated.UseFileGenerator
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
All Methods Instance Methods Abstract Methods Deprecated Methods 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.
-