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 から継承されたフィールド
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME
 
コンストラクタの概要
CommonPlugin()
          The constructor.
 
メソッドの概要
static CommonPlugin getDefault()
          Returns the shared instance.
static void log(String msg)
           
static void log(Throwable throwable)
           
 void start(BundleContext context)
          This method is called upon plug-in activation
 void stop(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
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

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.