public interface EcoreBuilder
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<? extends Resource> |
generate(java.util.Collection<URI> uris)
Given XML Schema location URIs this method creates corresponding Ecore model(s)
|
java.util.Collection<? extends Resource> |
generate(java.util.Map<java.lang.String,URI> targetNamespaceToURI)
Given a map of XML Schema targetNamespaces (String) to XML Schema location URIs, this method
generates corresponding Ecore model(s).
|
java.util.Collection<? extends Resource> |
generate(URI uri)
Given an XML schema location URI this method creates corresponding Ecore model(s)
|
void |
setExtendedMetaData(ExtendedMetaData extendedMetaData)
Sets extended meta data to register generated Ecore models.
|
java.util.Collection<? extends Resource> generate(URI uri)
throws java.lang.Exception
uri - - location of the XML Schema files.java.lang.Exceptionorg.eclipse.emf.common.util.URIjava.util.Collection<? extends Resource> generate(java.util.Collection<URI> uris)
throws java.lang.Exception
uris - - locations of the XML Schema files.java.lang.Exceptionorg.eclipse.emf.common.util.URIjava.util.Collection<? extends Resource> generate(java.util.Map<java.lang.String,URI> targetNamespaceToURI)
throws java.lang.Exception
targetNamespaceToURI - - a map of XML Schema targetNamespaces to XML Schema location URIsjava.lang.Exceptionorg.eclipse.emf.common.util.URIvoid setExtendedMetaData(ExtendedMetaData extendedMetaData)
extendedMetaData - Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature