Class SimpleJaxbStore
- java.lang.Object
-
- org.sqlproc.engine.impl.config.store.SimpleJaxbStore
-
- Direct Known Subclasses:
SimpleEngineConfigurationStore
public class SimpleJaxbStore extends Object
This class is used only for the SQL Processor dynamic configuration serialization/deserialization.For more info please see the Tutorials.
- Author:
- Vladimir Hudec
-
-
Constructor Summary
Constructors Constructor Description SimpleJaxbStore(String directory, String fileName, Class<?>... jaxbClasses)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectreadXml()(package private) static Stringsubstitute(String s)booleanwriteXml(Object xml)
-
-
-
Constructor Detail
-
SimpleJaxbStore
public SimpleJaxbStore(String directory, String fileName, Class<?>... jaxbClasses) throws IOException, javax.xml.bind.JAXBException
- Throws:
IOExceptionjavax.xml.bind.JAXBException
-
-