ComponentRegistration 類別

  • java.lang.Object
    • com.microsoft.bot.builder.ComponentRegistration

public class ComponentRegistration

ComponentRegistration 是用來探索元件資產的簽章類別。

建構函式摘要

建構函式 Description
ComponentRegistration()

方法摘要

修飾詞與類型 方法與描述
static void add(ComponentRegistration componentRegistration)

新增實作註冊方法的元件。

static java.lang.Iterable<java.lang.Object> getComponents()

取得已註冊之所有 ComponentRegistration 對象的清單。

方法繼承來源 java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

建構函式詳細資料

ComponentRegistration

public ComponentRegistration()

方法詳細資料

add

public static void add(ComponentRegistration componentRegistration)

新增實作註冊方法的元件。

參數:

componentRegistration - 要加入至註冊的元件。

getComponents

public static Iterable getComponents()

取得已註冊的所有 ComponentRegistration 物件清單。

傳回:

ComponentRegistration 對象的陣列。

適用於