Package 

Class DependentPlugin

  • All Implemented Interfaces:
    org.gradle.api.Plugin

    
    public abstract class DependentPlugin
     implements Plugin<Project>
                        

    Base class for a Gradle plugin that requires another plugin applied to the given project in order to be applied.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit apply(Project target)
      abstract Unit configureProject(Project target)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait