public class XmlIO extends Object
| Constructor and Description |
|---|
XmlIO() |
| Modifier and Type | Method and Description |
|---|---|
static XmlProject |
loadFromFile(File targetFile)
Load
XmlProject from XML file. |
static void |
saveToFile(File targetFile,
XmlProject project)
Save
XmlProject to XML file. |
public static void saveToFile(File targetFile, XmlProject project) throws JAXBException
XmlProject to XML file.targetFile - target file to save toproject - XML project instanceJAXBException - if saving causes an errorpublic static XmlProject loadFromFile(File targetFile) throws JAXBException
XmlProject from XML file.targetFile - target file to load fromJAXBException - if loading causes an errorCopyright © 2015 illucIT Software GmbH. All rights reserved.