public abstract class AbstractDataLoaderXMLFormat extends Object implements DataLoaderXMLFormat
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDataLoaderXMLFormat() |
| Modifier and Type | Method and Description |
|---|---|
String |
format(DataLoader loader) |
DataLoader |
parse(String xml) |
void |
printIndent(PrintWriter out,
int indent) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitformat, parsepublic void printIndent(PrintWriter out, int indent)
public DataLoader parse(String xml) throws Exception
parse in interface DataLoaderXMLFormatExceptionpublic String format(DataLoader loader) throws Exception
format in interface DataLoaderXMLFormatExceptionCopyright © 2012–2015 JBoss by Red Hat. All rights reserved.