ConfigurationSettings Class

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

public class ConfigurationSettings

Describes the configuration settings.

Method Summary

Modifier and Type Method and Description
HashMap<String, ConfigurationSection> getSections()

Gets the name/value pair collection of the sections.

Method Details

getSections

public HashMap getSections()

Gets the name/value pair collection of the sections.

Returns:

the name/value pair collection of the sections.

Applies to