org.eclipse.emf.ecore.xmi
Class XMIPlugin

java.lang.Object
  |
  +--org.eclipse.core.runtime.Plugin
        |
        +--org.eclipse.emf.ecore.xmi.XMIPlugin

public class XMIPlugin
extends org.eclipse.core.runtime.Plugin


Field Summary
protected static XMIPlugin plugin
           
 
Fields inherited from class org.eclipse.core.runtime.Plugin
PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME
 
Constructor Summary
XMIPlugin(org.eclipse.core.runtime.IPluginDescriptor descriptor)
           
 
Method Summary
static XMIPlugin getPlugin()
          Get the plugin singleton.
 void startup()
           
 
Methods inherited from class org.eclipse.core.runtime.Plugin
find, find, getDescriptor, getLog, getPluginPreferences, getStateLocation, initializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, shutdown, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

plugin

protected static XMIPlugin plugin
Constructor Detail

XMIPlugin

public XMIPlugin(org.eclipse.core.runtime.IPluginDescriptor descriptor)
Method Detail

getPlugin

public static XMIPlugin getPlugin()
Get the plugin singleton.

startup

public void startup()
             throws org.eclipse.core.runtime.CoreException
Overrides:
startup in class org.eclipse.core.runtime.Plugin

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