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