Class RuntimeMeasurementXMLProcessor
- java.lang.Object
-
- org.eclipse.emf.ecore.xmi.util.XMLProcessor
-
- org.palladiosimulator.runtimemeasurement.util.RuntimeMeasurementXMLProcessor
-
public class RuntimeMeasurementXMLProcessor extends XMLProcessor
This class contains helper methods to serialize and deserialize XML documents- Generated class or method.
-
-
Field Summary
-
Fields inherited from class org.eclipse.emf.ecore.xmi.util.XMLProcessor
ecoreBuilder, extendedMetaData, loadOptions, registrations, registry, saveOptions, STAR_EXTENSION, XML_EXTENSION, XML_URI
-
-
Constructor Summary
Constructors Constructor Description RuntimeMeasurementXMLProcessor()
Public constructor to instantiate the helper.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<String,Resource.Factory>
getRegistrations()
Register for "*" and "xml" file extensions the RuntimeMeasurementResourceFactoryImpl factory.-
Methods inherited from class org.eclipse.emf.ecore.xmi.util.XMLProcessor
createEcoreBuilder, createExtendedMetaData, createResourceSet, getEPackageRegistry, getExtendedMetaData, load, load, load, load, save, save, save, saveToString
-
-
-
-
Method Detail
-
getRegistrations
protected Map<String,Resource.Factory> getRegistrations()
Register for "*" and "xml" file extensions the RuntimeMeasurementResourceFactoryImpl factory.- Overrides:
getRegistrations
in classXMLProcessor
- Generated class or method.
-
-