Class CIDetectorHelper

java.lang.Object
org.apache.maven.cling.invoker.cisupport.CIDetectorHelper

public final class CIDetectorHelper extends Object
CI detector helper: it uses service discovery to discover CIDetectors. If resulting list has more than one element, it will remove the GenericCIDetector result, assuming a more specific one is also present.
  • Method Details

    • detectCI

      public static List<CIInfo> detectCI()