| |
|
| java.lang.Object model.StandaloneSetup
StandaloneSetup | public class StandaloneSetup (Code) | | Initializes EMF support. Allows to register additional Packages.
|
registry | protected Registry registry(Code) | | |
resourceSet | protected ResourceSet resourceSet(Code) | | |
addExtensionMap | public void addExtensionMap(Mapping m) throws ConfigurationException(Code) | | Adds an extension
Parameters: m - from: extension name, to factoryclassname throws: ConfigurationException - - The factory class for the extension cannot be found
- The inner factory class for the extension cannot befound
|
addRegisterGeneratedEPackage | public void addRegisterGeneratedEPackage(String interfacename)(Code) | | |
addUriMap | public void addUriMap(Mapping uriMap)(Code) | | Parameters: uriMap - |
getPlatformRootPath | public static String getPlatformRootPath()(Code) | | |
setPlatformUri | public void setPlatformUri(String pathToPlatform)(Code) | | sets the platform uri for standalone execution
Parameters: pathToPlatform - |
setResourceSet | public void setResourceSet(ResourceSet resourceSet)(Code) | | |
setResourceSetImpl | public void setResourceSetImpl(ResourceSetImpl resourceSet)(Code) | | |
|
|
|