Class BasePluginFacetDetector

    • Constructor Summary

      Constructors 
      Constructor Description
      BasePluginFacetDetector​(org.gradle.api.Project project)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void facets​(java.util.Set<java.lang.String> facets)
      Detects facets and adds them to the facets set.
      • Methods inherited from class java.lang.Object

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

      • BasePluginFacetDetector

        public BasePluginFacetDetector​(org.gradle.api.Project project)
    • Method Detail

      • facets

        public void facets​(java.util.Set<java.lang.String> facets)
        Description copied from interface: FacetDetector
        Detects facets and adds them to the facets set.
        Specified by:
        facets in interface FacetDetector
        Parameters:
        facets - set to which to add detected facets