![JAR search and dependency download from the Maven repository](/logo.png)
schema.package_registry_implementation.exsd Maven / Gradle / Ivy
Specify the name of the class that will be used to implement the EPackage.Registry.INSTANCE. There can be at most one use of this extension point in the environment. Multiple uses will be logged as errors. This setting affects the whole environment and should be used with caution by those who know exactly what they are doing.
The fully qualified name of a Java class implementing <samp>org.eclipse.emf.ecore.EPackage.Registry</samp>.
2.2
<pre>
<extension point="org.eclipse.emf.ecore.package_registry_implementation">
<registry class="org.eclipse.emf.ecore.impl.EPackageRegistryImpl$Delegator"/>
</extension>
</pre>
The value of the class attribute must represent a class that implements <samp>org.eclipse.emf.ecore.EPackage.Registry</samp>.
Copyright (c) 2006 IBM Corporation and others.<br>
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at <a
href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy