com.digi.config.util
Interface DefaultValueFinder

All Known Implementing Classes:
DefaultConfigSettings

public interface DefaultValueFinder

This interface defines methods for finding default values


Method Summary
 java.lang.String getDefaultValue(java.lang.String section, java.lang.String key)
          This method defines the signature for getting the default value for a section and key
 

Method Detail

getDefaultValue

public java.lang.String getDefaultValue(java.lang.String section,
                                        java.lang.String key)
This method defines the signature for getting the default value for a section and key

Parameters:
section - Section name
key - Key
Returns:
Default value


Copyright © 2001-2002 Digi International. All Rights Reserved.