org.jboss.dashboard.export
Interface DataDisplayerXMLFormat
public interface DataDisplayerXMLFormat
Interface for XML-marshalling/unmarshalling of displayer instances.
parse
DataDisplayer parse(String xml,
ImportResults results)
throws Exception
- Throws:
Exception
parse
DataDisplayer parse(NodeList xmlNodes,
ImportResults results)
throws Exception
- Throws:
Exception
format
String format(DataDisplayer displayer)
throws Exception
- Throws:
Exception
format
void format(DataDisplayer displayer,
PrintWriter out,
int indent)
throws Exception
- Throws:
Exception
Copyright © 2012-2013 JBoss by Red Hat. All Rights Reserved.