org.jtheque.films.services.impl.utils.config
Class ConfigManager

java.lang.Object
  extended by org.jtheque.core.managers.state.AbstractState
      extended by org.jtheque.films.services.impl.utils.config.Configuration
          extended by org.jtheque.films.services.impl.utils.config.ConfigManager
All Implemented Interfaces:
org.jtheque.core.managers.state.IState

public final class ConfigManager
extends Configuration

This class manage the configuration of the application.

Author:
Baptiste Wicht

Constructor Summary
ConfigManager()
           
 
Method Summary
 void setDefaults()
          Init the configuration with the default values.
 
Methods inherited from class org.jtheque.films.services.impl.utils.config.Configuration
alertWithDialog, alertWithMail, areMailSendAutomatically, getAutomaticMail, getNumberOfActors, getTimeBeforeAutomaticSend, mustControlLendingsOnStartup, setAlertWithDialog, setAlertWithMail, setAutomaticMail, setMailSendAutomatically, setMustControlLendingsOnStartup, setNumberOfActors, setTimeBeforeAutomaticSend
 
Methods inherited from class org.jtheque.core.managers.state.AbstractState
delegateLoad, delegateSave, getProperties, getProperty, getProperty, isDelegated, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigManager

public ConfigManager()
Method Detail

setDefaults

public void setDefaults()
Init the configuration with the default values.



Copyright © 2010 JTheque. All Rights Reserved.