org.pf.settings
Interface CaseSensitivity

All Known Implementing Classes:
GenericSettingsImpl, MultiValueSettingsImpl, SettingsImpl

public interface CaseSensitivity

Classes that are implementing this interface are able to switch their string comparisons from case sensistive to case insensitive and vice versa.

Version:
1.0
Author:
Manfred Duchrow

Method Summary
 boolean getCaseSensitive()
          Returns true, if the search for category and key names is case sensitive.
 void setCaseSensitive(boolean isCaseSensitive)
          Sets whether or not the internal search for category names and key names must be case sensitive.
 

Method Detail

getCaseSensitive

boolean getCaseSensitive()
Returns true, if the search for category and key names is case sensitive.


setCaseSensitive

void setCaseSensitive(boolean isCaseSensitive)
Sets whether or not the internal search for category names and key names must be case sensitive.

Parameters:
isCaseSensitive - The new value that determins if names are compared case sensitive or not