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 Class Summary
static class XSDPlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 
Inner classes inherited from class org.eclipse.emf.common.EMFPlugin
org.eclipse.emf.common.EMFPlugin.EclipsePlugin
 
Field Summary
static XSDPlugin INSTANCE
          The singleton instance of the plugin.
 
Fields inherited from class org.eclipse.emf.common.EMFPlugin
baseURL, delegateResourceLocators, images, resourceBundle, strings
 
Method Summary
static XSDPlugin.Implementation getPlugin()
          Returns the singleton instance of the Eclipse plugin.
 org.eclipse.emf.common.util.ResourceLocator getPluginResourceLocator()
           
 
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
 

Field Detail

INSTANCE

public static final XSDPlugin INSTANCE
The singleton instance of the plugin.
Method Detail

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.

Copyright 2001-2002 IBM Corporation and others.
All Rights Reserved.