Package org.pf.settings

Definition of the Settings Interfaces
Contains the definitions of the settings interfaces.

See:
          Description

Interface Summary
CaseSensitivity Classes that are implementing this interface are able to switch their string comparisons from case sensistive to case insensitive and vice versa.
MultiValueSettings This interface defines the methods that are necessary to get and and set settings which might have multiple values.
ReadOnlySettings This interface provides read/only access to settings.
Settings This interface provides read and write access to settings.
SettingsFileReader Specializes the settings reader interface for files.
SettingsReader Defines the interface a class must implement to be a reader for settings.
SettingsWriter Defines the interface a class must implement to be able to store a settings object.
 

Package org.pf.settings Description

Definition of the Settings Interfaces


Contains the definitions of the settings interfaces. This package only contains interfaces. Corresponding implementations are in the sub-packages impl and rw.