Class PropertySheet

java.lang.Object
org.spiderwiz.admin.data.PropertySheet

@WizSerializable
public class PropertySheet
extends Object
Holds a copy of the content of an application's configuration file.

Used by SpiderAdmin to display and modify the configuration through the "Update Configuration" button.

The class is used internally by the SpiderAdmin agent and is rarely accessed directly.

  • Constructor Details

    • PropertySheet

      public PropertySheet()
      Constructs an empty object.
  • Method Details

    • getProperty

      public List<PropertySheet.Property> getProperty()
      Gets the property property.

      The property property lists all the properties in a configuration file.

      Returns:
      the property property.
    • addProperty

      public PropertySheet addProperty​(String key, String value)
      Adds a property (a key to value mapping) to the property sheet.
      Parameters:
      key - the key.
      value - the value.
      Returns: