org.seasar.eclipse.common
クラス CommonPlugin
java.lang.Object
org.eclipse.core.runtime.Plugin
org.seasar.eclipse.common.CommonPlugin
- すべての実装されたインタフェース:
- BundleActivator
public class CommonPlugin
- extends Plugin
The main plugin class to be used in the desktop.
クラス 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(BundleContext context)
throws Exception
- This method is called upon plug-in activation
- 定義:
- インタフェース
BundleActivator
内の start
- オーバーライド:
- クラス
Plugin
内の start
- 例外:
Exception
stop
public void stop(BundleContext context)
throws Exception
- This method is called when the plug-in is stopped
- 定義:
- インタフェース
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-2008 The Seasar Foundation. All Rights Reserved.