org.eclipse.jst.jsf.facesconfig
Class FacesConfigPlugin.Implementation

java.lang.Object
  extended by EMFPlugin.EclipsePlugin
      extended by org.eclipse.jst.jsf.facesconfig.FacesConfigPlugin.Implementation
Enclosing class:
FacesConfigPlugin

public static final class FacesConfigPlugin.Implementation
extends EMFPlugin.EclipsePlugin

The actual implementation of the Eclipse Plugin.


Constructor Summary
FacesConfigPlugin.Implementation()
          Internal constructor
 
Method Summary
 FacesConfigFactory getFacesconfigFactory()
           
 FacesConfigPackage getFacesconfigPackage()
           
 void start(BundleContext context)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacesConfigPlugin.Implementation

public FacesConfigPlugin.Implementation()
Internal constructor

Method Detail

start

public void start(BundleContext context)
           throws java.lang.Exception
Throws:
java.lang.Exception

getFacesconfigPackage

public FacesConfigPackage getFacesconfigPackage()
Returns:
The faces config package instance TODO: used?

getFacesconfigFactory

public FacesConfigFactory getFacesconfigFactory()
Returns:
the faces config factory instance. TODO: used?