org.eclipse.uml2
Class UML2Plugin

java.lang.Object
  extended byorg.eclipse.emf.common.EMFPlugin
      extended byorg.eclipse.uml2.UML2Plugin
All Implemented Interfaces:
Logger, ResourceLocator

public final class UML2Plugin
extends EMFPlugin

This is the central singleton for the UML2 model plugin.


Nested Class Summary
static class UML2Plugin.Implementation
          The actual implementation of the Eclipse Plugin
 
Nested classes inherited from class org.eclipse.emf.common.EMFPlugin
EMFPlugin.EclipsePlugin
 
Field Summary
static String copyright
           
static UML2Plugin INSTANCE
          Keep track of the singleton
 
Fields inherited from class org.eclipse.emf.common.EMFPlugin
baseURL, delegateResourceLocators, images, resourceBundle, strings
 
Constructor Summary
UML2Plugin()
          Create the instance
 
Method Summary
static UML2Plugin.Implementation getPlugin()
          Returns the singleton instance of the Eclipse plugin
 ResourceLocator getPluginResourceLocator()
          Returns the singleton instance of the Eclipse plugin
 
Methods inherited from class org.eclipse.emf.common.EMFPlugin
delegatedGetImage, delegatedGetString, doGetImage, getBaseURL, getImage, getPluginLogger, getString, getString, getSymbolicName, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final String copyright

See Also:
Constant Field Values

INSTANCE

public static final UML2Plugin INSTANCE
Keep track of the singleton.

Constructor Detail

UML2Plugin

public UML2Plugin()
Create the instance.

Method Detail

getPluginResourceLocator

public ResourceLocator getPluginResourceLocator()
Returns the singleton instance of the Eclipse plugin.

Returns:
the singleton instance.

getPlugin

public static UML2Plugin.Implementation getPlugin()
Returns the singleton instance of the Eclipse plugin.

Returns:
the singleton instance.

Copyright 2003, 2004 IBM Corporation and others.
All Rights Reserved.