Class FacetDetectors
- java.lang.Object
-
- com.github.gregwhitaker.gitignore.facets.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.
-