Class FacetDetectors


  • public class FacetDetectors
    extends java.lang.Object
    Detects facets to add based on the project's structure and applied plugins.
    • Constructor Summary

      Constructors 
      Constructor Description
      FacetDetectors()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void detect​(org.gradle.api.Project project, java.util.Set<java.lang.String> facets)
      Detects facets to add.
      • Methods inherited from class java.lang.Object

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

      • FacetDetectors

        public FacetDetectors()
    • Method Detail

      • detect

        public static void detect​(org.gradle.api.Project project,
                                  java.util.Set<java.lang.String> facets)
        Detects facets to add.
        Parameters:
        project - gradle project
        facets - set of facets to populate