public class InspectionProfileLoadUtil
extends java.lang.Object
Constructor and Description |
---|
InspectionProfileLoadUtil() |
Modifier and Type | Method and Description |
---|---|
static InspectionProfileImpl |
load(Element element,
java.lang.String name,
InspectionToolsSupplier registrar,
InspectionProfileManager profileManager) |
static InspectionProfileImpl |
load(java.nio.file.Path file,
InspectionToolRegistrar registrar,
InspectionProfileManager profileManager) |
public static InspectionProfileImpl load(java.nio.file.Path file, InspectionToolRegistrar registrar, InspectionProfileManager profileManager) throws JDOMException, java.io.IOException, InvalidDataException
JDOMException
java.io.IOException
InvalidDataException
public static InspectionProfileImpl load(Element element, java.lang.String name, InspectionToolsSupplier registrar, InspectionProfileManager profileManager) throws InvalidDataException
InvalidDataException