|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.sahits.codegen.input.GeneralHeadlessXMLSerializerFactory
public class GeneralHeadlessXMLSerializerFactory
This class provides a headless implementation for the XML Serializer. Any subclass for the UI should override all member methods.
| Constructor Summary | |
|---|---|
protected |
GeneralHeadlessXMLSerializerFactory()
Default constructor may only be called from within the class hierarchy |
| Method Summary | |
|---|---|
static GeneralHeadlessXMLSerializerFactory |
getInstance()
Retrieve an instance of this factory The instance may only be called from HeadlessXMLSerializerFactoryFactory |
GerneralHeadLessXMLSerializer |
getXMLDeSerializer(java.lang.String inputFile)
Get instance of a serializer for deserializing a XML file for a general code generation |
GerneralHeadLessXMLSerializer |
getXMLSerializer(java.lang.String inputFile)
Retrieve the XML serialisation instance that serializes the configuration for the current XML version for a general code generation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected GeneralHeadlessXMLSerializerFactory()
| Method Detail |
|---|
public static GeneralHeadlessXMLSerializerFactory getInstance()
public GerneralHeadLessXMLSerializer getXMLDeSerializer(java.lang.String inputFile)
throws JDOMException,
java.io.IOException
getXMLDeSerializer in interface IXMLSerializerFactoryinputFile - path to the XML file
JDOMException
java.io.IOException
public GerneralHeadLessXMLSerializer getXMLSerializer(java.lang.String inputFile)
throws JDOMException,
java.io.IOException
getXMLSerializer in interface IXMLSerializerFactoryinputFile - path to the XML file
JDOMException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||