public interface DataLoaderXMLFormat
Modifier and Type | Method and Description |
---|---|
String |
format(DataLoader loader) |
void |
format(DataLoader loader,
PrintWriter out,
int indent) |
DataLoader |
parse(NodeList xmlNodes) |
DataLoader |
parse(String xml) |
DataLoader parse(String xml) throws Exception
Exception
DataLoader parse(NodeList xmlNodes) throws Exception
Exception
String format(DataLoader loader) throws Exception
Exception
void format(DataLoader loader, PrintWriter out, int indent) throws Exception
Exception
Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.