Interface PersistenceOptionsProvider
@OpenApiAll
public interface PersistenceOptionsProvider
Eclipse UML2 persistence options provider - provides options used to load/save the Eclipse UML2 model.
- See Also:
-
XMLResource
-
Method Summary
Modifier and TypeMethodDescriptiongetOptions
(org.eclipse.emf_2_2_3.ecore.resource.ResourceSet resourceSet, String optionsDir) Returns options used to load/save the Eclipse UML2 model.
-
Method Details
-
getOptions
Returns options used to load/save the Eclipse UML2 model.- Parameters:
resourceSet
-optionsDir
-- Returns:
- options map
-