Class OperatingSystemFacetDetector

  • All Implemented Interfaces:
    FacetDetector

    public class OperatingSystemFacetDetector
    extends java.lang.Object
    implements FacetDetector
    Adds facets based on the operating system.
    • 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

      • OperatingSystemFacetDetector

        public OperatingSystemFacetDetector()
    • 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