Class JoinfacesPlugin

  • All Implemented Interfaces:
    org.gradle.api.Plugin<org.gradle.api.Project>

    public class JoinfacesPlugin
    extends java.lang.Object
    implements org.gradle.api.Plugin<org.gradle.api.Project>
    Gradle plugin for JoinFaces projects.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String BOM_COORDINATES
      The coordinates (group:name:version) of the joinfaces-dependencies bom.
    • Constructor Summary

      Constructors 
      Constructor Description
      JoinfacesPlugin()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(org.gradle.api.Project project)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • BOM_COORDINATES

        public static final java.lang.String BOM_COORDINATES
        The coordinates (group:name:version) of the joinfaces-dependencies bom.
    • Constructor Detail

      • JoinfacesPlugin

        public JoinfacesPlugin()
    • Method Detail

      • apply

        public void apply​(org.gradle.api.Project project)
        Specified by:
        apply in interface org.gradle.api.Plugin<org.gradle.api.Project>