Class BasePluginFacetDetector
- java.lang.Object
-
- com.github.gregwhitaker.gitignore.facets.BasePluginFacetDetector
-
- All Implemented Interfaces:
FacetDetector
- Direct Known Subclasses:
IdeFacetDetector
,LanguageFacetDetector
,LocalStackFacetDetector
public abstract class BasePluginFacetDetector extends java.lang.Object implements FacetDetector
Base class for all facet detectors that require checking applied gradle plugins.
-
-
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.
-
-
-
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 interfaceFacetDetector
- Parameters:
facets
- set to which to add detected facets
-
-