org.eclipse.jst.jsf.facesconfig
Class FacesConfigPlugin

java.lang.Object
  extended by EMFPlugin
      extended by org.eclipse.jst.jsf.facesconfig.FacesConfigPlugin

public final class FacesConfigPlugin
extends EMFPlugin

This class should not be extended by clients. The main plugin class to be used in the desktop.


Nested Class Summary
static class FacesConfigPlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 
Field Summary
static java.lang.String copyright
           
static java.lang.String FACES_CONFIG_EDITOR_ID
          Editor id string.
static FacesConfigPlugin INSTANCE
          The plugin instance
 
Method Summary
static FacesConfigPlugin.Implementation getPlugin()
          Returns the singleton instance of the Eclipse plugin.
 ResourceLocator getPluginResourceLocator()
           
static void write(java.lang.Exception exception)
          Returns the singleton instance of the Eclipse plugin.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values

FACES_CONFIG_EDITOR_ID

public static final java.lang.String FACES_CONFIG_EDITOR_ID
Editor id string. TODO: broken?

See Also:
Constant Field Values

INSTANCE

public static final FacesConfigPlugin INSTANCE
The plugin instance

Method Detail

getPluginResourceLocator

public ResourceLocator getPluginResourceLocator()

getPlugin

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

Returns:
the singleton instance.

write

public static void write(java.lang.Exception exception)
Returns the singleton instance of the Eclipse plugin.

Parameters:
exception -