public class DigesterUtil extends Object
| Constructor and Description |
|---|
DigesterUtil() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.commons.digester.Digester |
configurePrefsDigester(org.apache.commons.digester.Digester digester) |
static org.apache.commons.digester.Digester |
configureToolEventsDefDigester(String prefix,
org.apache.commons.digester.Digester digester) |
static String |
convertReportDefsToXml(List<ReportDef> reportDef) |
static String |
convertReportParamsToXml(ReportParams reportParams) |
static List<ReportDef> |
convertXmlToReportDefs(String inputString) |
static ReportParams |
convertXmlToReportParams(String inputString) |
static List<ToolInfo> |
parseToolEventsDefinition(InputStream input) |
public static org.apache.commons.digester.Digester configureToolEventsDefDigester(String prefix, org.apache.commons.digester.Digester digester)
public static org.apache.commons.digester.Digester configurePrefsDigester(org.apache.commons.digester.Digester digester)
public static List<ToolInfo> parseToolEventsDefinition(InputStream input) throws Exception
Exceptionpublic static ReportParams convertXmlToReportParams(String inputString) throws Exception
Exceptionpublic static String convertReportParamsToXml(ReportParams reportParams) throws Exception
Exceptionpublic static List<ReportDef> convertXmlToReportDefs(String inputString) throws Exception
ExceptionCopyright © 2006–2017 Universidade Fernando Pessoa. All rights reserved.