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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.Object,java.lang.Object>
getOptions(org.eclipse.emf.ecore.resource.ResourceSet resourceSet, java.lang.String optionsDir)
Returns options used to load/save the Eclipse UML2 model.
-