Class OperatingSystemFacetDetector
- java.lang.Object
-
- com.github.gregwhitaker.gitignore.facets.OperatingSystemFacetDetector
-
- All Implemented Interfaces:
FacetDetector
public class OperatingSystemFacetDetector extends java.lang.Object implements FacetDetector
Adds facets based on the operating system.
-
-
Constructor Summary
Constructors Constructor Description OperatingSystemFacetDetector()
-
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
-
-