cafe.settings
Interface Configuration
- All Known Implementing Classes:
- Settings
public interface Configuration
This interface provides methods for getting
program settings from the settings component.
- Version:
- 1.1
- Author:
- Markus Penttilä
getDBSettings
DBSettings getDBSettings()
throws java.io.FileNotFoundException,
java.io.IOException,
java.util.InvalidPropertiesFormatException
- Throws:
java.io.FileNotFoundException
java.io.IOException
java.util.InvalidPropertiesFormatException
getGUISettings
GUISettings getGUISettings()
throws java.io.FileNotFoundException,
java.io.IOException,
java.util.InvalidPropertiesFormatException
- Throws:
java.io.FileNotFoundException
java.io.IOException
java.util.InvalidPropertiesFormatException
getFingerprintSettings
FingerprintSettings getFingerprintSettings()
getAuthenticationSettings
AuthenticationSettings getAuthenticationSettings()