org.eclipse.xsd
Class XSDPlugin
java.lang.Object
|
+--org.eclipse.emf.common.EMFPlugin
|
+--org.eclipse.xsd.XSDPlugin
- All Implemented Interfaces:
- org.eclipse.emf.common.util.Logger, org.eclipse.emf.common.util.ResourceLocator
- public final class XSDPlugin
- extends org.eclipse.emf.common.EMFPlugin
The Plugin for the model.
The XML Schema model needs to be able to run
within an Eclipse workbench,
within a headless Eclipse workspace,
or just stand-alone as part of some other application.
To support this, all access is directed to the static methods,
which can redirect the service as appopriate to the runtime.
During stand-alone invocation no plugin initialization takes place.
In this case you will need the resources jar on the class path.
- See Also:
EMFPlugin.getBaseURL()
Inner classes inherited from class org.eclipse.emf.common.EMFPlugin |
org.eclipse.emf.common.EMFPlugin.EclipsePlugin |
Fields inherited from class org.eclipse.emf.common.EMFPlugin |
baseURL, delegateResourceLocators, images, resourceBundle, strings |
Methods inherited from class org.eclipse.emf.common.EMFPlugin |
delegatedGetImage, delegatedGetString, doGetImage, getBaseURL, getImage, getPluginLogger, getString, getString, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final XSDPlugin INSTANCE
- The singleton instance of the plugin.
getPluginResourceLocator
public org.eclipse.emf.common.util.ResourceLocator getPluginResourceLocator()
- Overrides:
getPluginResourceLocator
in class org.eclipse.emf.common.EMFPlugin
getPlugin
public static XSDPlugin.Implementation getPlugin()
- Returns the singleton instance of the Eclipse plugin.
- Returns:
- the singleton instance.