Interface FacetDetector
-
- All Known Implementing Classes:
BasePluginFacetDetector
,IdeFacetDetector
,LanguageFacetDetector
,LocalStackFacetDetector
,OperatingSystemFacetDetector
public interface FacetDetector
Interface that all facet detectors must implement.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
facets(java.util.Set<java.lang.String> facets)
Detects facets and adds them to the facets set.
-