Class DefaultDetectorDescription


  • public final class DefaultDetectorDescription
    extends Object
    • Method Detail

      • of

        public static String of​(Detector detector)
        Returns the default description for the given detector
        Parameters:
        detector - the Detector for which a default description is requested
        Returns:
        the default description
      • appendOn

        public static void appendOn​(Detector detector,
                                    StringBuilder sb)
        Appends to the given StringBuilder the default description for the given detector
        Parameters:
        detector - the Detector for which a default description is requested
        sb - the StringBuilder to append to