Class XmlPersistenceRecipe
java.lang.Object
de.iip_ecosphere.platform.support.aas.basyx.AbstractPersistenceRecipe
de.iip_ecosphere.platform.support.aas.basyx.XmlPersistenceRecipe
- All Implemented Interfaces:
de.iip_ecosphere.platform.support.aas.PersistenceRecipe
class XmlPersistenceRecipe extends AbstractPersistenceRecipe
An XML persistence recipe.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields Modifier and Type Field Description private static de.iip_ecosphere.platform.support.FileFormatXML -
Constructor Summary
Constructors Constructor Description XmlPersistenceRecipe()Creates an instance. -
Method Summary
Methods inherited from class de.iip_ecosphere.platform.support.aas.basyx.AbstractPersistenceRecipe
addAsset, getSupportedFormats, isValidForWriting, transform
-
Field Details
-
XML
private static final de.iip_ecosphere.platform.support.FileFormat XML
-
-
Constructor Details
-
XmlPersistenceRecipe
XmlPersistenceRecipe()Creates an instance.
-
-
Method Details
-
writeTo
public void writeTo(List<de.iip_ecosphere.platform.support.aas.Aas> aas, File file) throws IOException- Throws:
IOException
-
readFrom
- Throws:
IOException
-