Package net.sourceforge.plantuml.error
Class PSystemErrorUtils
- java.lang.Object
-
- net.sourceforge.plantuml.error.PSystemErrorUtils
-
public class PSystemErrorUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PSystemErrorUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PSystemError
buildV2(UmlSource source, ErrorUml singleError, java.util.List<java.lang.String> debugLines, java.util.List<StringLocated> list)
static boolean
isDiagramError(java.lang.Class<? extends Diagram> type)
static PSystemError
merge(java.util.Collection<PSystemError> ps)
-
-
-
Method Detail
-
buildV2
public static PSystemError buildV2(UmlSource source, ErrorUml singleError, java.util.List<java.lang.String> debugLines, java.util.List<StringLocated> list)
-
merge
public static PSystemError merge(java.util.Collection<PSystemError> ps)
-
isDiagramError
public static boolean isDiagramError(java.lang.Class<? extends Diagram> type)
-
-