ConfigurationSettings クラス

  • java.lang.Object
    • system.fabric.description.ConfigurationSettings

public class ConfigurationSettings

構成設定について説明します。

メソッドの概要

修飾子と型 メソッドと説明
HashMap<String, ConfigurationSection> getSections()

セクションの名前と値のペアのコレクションを取得します。

メソッドの詳細

getSections

public HashMap getSections()

セクションの名前と値のペアのコレクションを取得します。

戻り値:

セクションの名前と値のペアのコレクション。

適用対象