core
Class ConfigurationSystem
java.lang.Object
core.ConfigurationSystem
public class ConfigurationSystem
- extends java.lang.Object
The Class ConfigurationSystem.
Method Summary |
static java.util.prefs.Preferences |
getPreferences(java.lang.Class<? extends PreferencesItem> c)
Gets the preferences. |
static void |
main(java.lang.String[] args)
The main method. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationSystem
public ConfigurationSystem()
getPreferences
public static java.util.prefs.Preferences getPreferences(java.lang.Class<? extends PreferencesItem> c)
- Gets the preferences.
- Parameters:
c
- the c
- Returns:
- the preferences
main
public static void main(java.lang.String[] args)
throws java.io.FileNotFoundException,
java.io.IOException,
java.lang.InstantiationException,
java.lang.IllegalAccessException,
java.lang.ClassNotFoundException
- The main method.
- Parameters:
args
- the arguments
- Throws:
java.io.FileNotFoundException
- the file not found exception
java.io.IOException
- Signals that an I/O exception has occurred.
java.lang.InstantiationException
- the instantiation exception
java.lang.IllegalAccessException
- the illegal access exception
java.lang.ClassNotFoundException
- the class not found exception