Class ObjectClassInfoPrinter


public class ObjectClassInfoPrinter extends AbstractStatisticsPrinter<List<ObjectClassInfo>>
Ugly hack to print ObjectClassInfo objects in a table format. (It is a hack because this information is not really statistics, but it is useful to print it in a table format. Maybe we should generalize AbstractStatisticsPrinter to be able to print any list of objects in a table format.)