org.eclipse.emf.codegen
Class CodeGenPlugin

java.lang.Object
  |
  +--org.eclipse.core.runtime.Plugin
        |
        +--org.eclipse.emf.codegen.CodeGenPlugin

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

This is the central singleton for the emf.codegen plugin.


Fields inherited from class org.eclipse.core.runtime.Plugin
PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME
 
Constructor Summary
CodeGenPlugin(org.eclipse.core.runtime.IPluginDescriptor descriptor)
          Create the instance.
 
Method Summary
static CodeGenPlugin getPlugin()
          Get the singleton instance.
 java.lang.String getString(java.lang.String key)
          This fetches a resource string from the plugin.properites file.
 java.lang.String getString(java.lang.String key, java.lang.Object[] objects)
          This fetches a resource string from the plugin.properites file and performs message substitution.
static void write(java.lang.Exception exception)
           
 
Methods inherited from class org.eclipse.core.runtime.Plugin
find, find, getDescriptor, getLog, getPluginPreferences, getStateLocation, initializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, shutdown, startup, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CodeGenPlugin

public CodeGenPlugin(org.eclipse.core.runtime.IPluginDescriptor descriptor)
Create the instance.
Method Detail

getPlugin

public static CodeGenPlugin getPlugin()
Get the singleton instance.

getString

public java.lang.String getString(java.lang.String key)
This fetches a resource string from the plugin.properites file.

getString

public java.lang.String getString(java.lang.String key,
                                  java.lang.Object[] objects)
This fetches a resource string from the plugin.properites file and performs message substitution.

write

public static void write(java.lang.Exception exception)

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