package org.ovirt.engine.core.utils.violation; import java.util.List; public interface ViolationRenderer { List<String> render(); }