Interface MavenPluginPrerequisitesChecker

All Superinterfaces:
Consumer<org.apache.maven.plugin.descriptor.PluginDescriptor>
All Known Implementing Classes:
MavenPluginJavaPrerequisiteChecker, MavenPluginMavenPrerequisiteChecker
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface MavenPluginPrerequisitesChecker extends Consumer<org.apache.maven.plugin.descriptor.PluginDescriptor>
Service responsible for checking if plugin's prerequisites are met.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor)
     

    Methods inherited from interface java.util.function.Consumer

    andThen
  • Method Details

    • accept

      void accept(org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor)
      Specified by:
      accept in interface Consumer<org.apache.maven.plugin.descriptor.PluginDescriptor>
      Parameters:
      pluginDescriptor -
      Throws:
      IllegalStateException - in case the checked prerequisites are not met