Package | Description |
---|---|
org.fastnate.data.files | |
org.fastnate.data.xml |
Modifier and Type | Method and Description |
---|---|
protected abstract Collection<?> |
GenericDataProvider.importFile(DataFile importFile)
Tries to import the given file.
|
Modifier and Type | Method and Description |
---|---|
private static DataImportException |
XmlDataImporter.wrapRuntimeException(RuntimeException e,
DataFile file,
XMLEvent nextEvent) |
private static DataImportException |
XmlDataImporter.wrapStreamException(XMLStreamException e,
DataFile file) |
Modifier and Type | Method and Description |
---|---|
protected Collection<?> |
GenericXmlDataProvider.importFile(DataFile importFile) |
T |
JaxbImporter.importFile(DataFile file)
Imports the entity from the given file.
|
List<Object> |
XmlDataImporter.importFile(DataFile file)
Imports all entites found in the given XML file.
|
Copyright © 2022 fastnate.org. All rights reserved.