|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.hamaf.hikyaku.plugIn.PlugInUtils
public class PlugInUtils
タイトル:PlugInUtils is plugIn process utilities.
説明:プラグインパッケージ用の各種ユーティリティ
著作権: Copyright (c) 2010/01/20
フィールドの概要 | |
---|---|
static java.lang.String |
BASE_DIR
BASE_DIR a String : プラグインを設置するパス名 |
コンストラクタの概要 | |
---|---|
PlugInUtils()
|
メソッドの概要 | |
---|---|
static void |
clearPplist()
Describe clearPplist method : . |
static java.util.List<java.lang.String> |
getPplist()
Describe getPplist method : . |
static void |
setControlXml(java.lang.String pluginId)
Describe setControlXml method : setting control xml. |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public static final java.lang.String BASE_DIR
String
: プラグインを設置するパス名
コンストラクタの詳細 |
---|
public PlugInUtils()
メソッドの詳細 |
---|
public static final void setControlXml(java.lang.String pluginId) throws java.lang.Exception
setControlXml
method : setting control xml.
pluginId
- a String
: プラグインID
java.lang.Exception
public static void clearPplist()
clearPplist
method : .
public static java.util.List<java.lang.String> getPplist()
getPplist
method : .
List<String>
: セッションを保存するリスト
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |