schema.package_registry_implementation.exsd Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plantuml Show documentation
Show all versions of plantuml Show documentation
PlantUML is a component that allows to quickly write :
* sequence diagram,
* use case diagram,
* class diagram,
* activity diagram,
* component diagram,
* state diagram
* object diagram
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>