Celtix User APIs

org.objectweb.celtix.application
Class Application

java.lang.Object
  extended by org.objectweb.celtix.application.Application

public final class Application
extends Object


Method Summary
 Configuration getConfiguration()
          Returns the Configuration of the Application.
static Application getInstance()
          Returns the Application singleton.
 PluginManager getPluginManager()
          Returns the PluginManager of the Application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static Application getInstance()
Returns the Application singleton.

Returns:
Application the application singleton.

getConfiguration

public Configuration getConfiguration()
Returns the Configuration of the Application.

Returns:
Configuration the configuration of the application.

getPluginManager

public PluginManager getPluginManager()
Returns the PluginManager of the Application.

Returns:
PluginManager the plugin manager of the application.

Celtix User APIs