public interface ITargetPlatformMetamodelLoader
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
listEPackages()
List the URIs of the available EPackages
|
org.eclipse.emf.codegen.ecore.genmodel.GenPackage |
loadGenPackage(org.eclipse.emf.ecore.resource.ResourceSet resourceSet,
java.lang.String nsURI)
Load the GenPackage of the EPackage with the given ns URI
|
org.eclipse.emf.ecore.EPackage |
loadPackage(org.eclipse.emf.ecore.resource.ResourceSet resourceSet,
java.lang.String nsURI)
Load the EPackage with the given ns URI
|
java.util.List<java.lang.String> listEPackages()
org.eclipse.emf.ecore.EPackage loadPackage(org.eclipse.emf.ecore.resource.ResourceSet resourceSet,
java.lang.String nsURI)
nsURI - resourceSet - org.eclipse.emf.codegen.ecore.genmodel.GenPackage loadGenPackage(org.eclipse.emf.ecore.resource.ResourceSet resourceSet,
java.lang.String nsURI)
resourceSet - nsURI -