org.seasar.eclipse.common
クラス CommonPlugin
java.lang.Object
org.eclipse.core.runtime.Plugin
org.seasar.eclipse.common.CommonPlugin
- すべての実装されたインタフェース:
- org.osgi.framework.BundleActivator
public class CommonPlugin
- extends Plugin
The main plugin class to be used in the desktop.
メソッドの概要 |
static CommonPlugin |
getDefault()
Returns the shared instance. |
static void |
log(String msg)
|
static void |
log(Throwable throwable)
|
void |
start(org.osgi.framework.BundleContext context)
This method is called upon plug-in activation |
void |
stop(org.osgi.framework.BundleContext context)
This method is called when the plug-in is stopped |
クラス org.eclipse.core.runtime.Plugin から継承されたメソッド |
find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, initializeDefaultPluginPreferences, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, shutdown, startup, toString |
CommonPlugin
public CommonPlugin()
- The constructor.
start
public void start(org.osgi.framework.BundleContext context)
throws Exception
- This method is called upon plug-in activation
- 定義:
- インタフェース
org.osgi.framework.BundleActivator
内の start
- オーバーライド:
- クラス
Plugin
内の start
- 例外:
Exception
stop
public void stop(org.osgi.framework.BundleContext context)
throws Exception
- This method is called when the plug-in is stopped
- 定義:
- インタフェース
org.osgi.framework.BundleActivator
内の stop
- オーバーライド:
- クラス
Plugin
内の stop
- 例外:
Exception
getDefault
public static CommonPlugin getDefault()
- Returns the shared instance.
log
public static void log(String msg)
log
public static void log(Throwable throwable)
Copyright © 2006-2007 The Seasar Foundation. All Rights Reserved.