com.sunwesttek.util.config
Class ConfigSection

java.lang.Object
  |
  +--com.sunwesttek.util.config.ConfigSection

public abstract class ConfigSection
extends java.lang.Object

Every section of the configuration needs to extend this class to define application specific configuration parameters. The derived class must meet following requirements:


Method Summary
 java.lang.String getDescription()
          Get the description for the config section.
 void setDescription(java.lang.String description)
          Set the description for the config section.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDescription

public java.lang.String getDescription()
Get the description for the config section.

Returns:
Description for the config section

setDescription

public void setDescription(java.lang.String description)
Set the description for the config section.

Parameters:
description - Description for the config section


Copyright (c) 2002 Sunwest Technologies. http://www.SunwestTek.com/