sam.core
Class Settings

java.lang.Object
  |
  +--sam.core.Settings

public class Settings
extends java.lang.Object

General-purpose central repository of all constants and default settings of the program.


Nested Class Summary
static class Settings.Constants
          Repository of various constants Changing them does not modify the program semantic but might change its performance/visual behaviour
static class Settings.Defaults
          Central repository of various default values.
static class Settings.Distribution
          Repository for various files distribution policies.
static class Settings.Environment
          Repository of various environment-dependant values.
static class Settings.Startup
          Placeholder class for forcing various static initializers as required by the program.
static class Settings.Stop
          Placeholder class for holding various static finalizations.
 
Constructor Summary
Settings()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Settings

public Settings()