Package org.acm.seguin.util

Contains classes that either match what is contained in java.util or otherwise miscellaneous classes.

See:
          Description

Interface Summary
Settings The settings interface
 

Class Summary
BackupTraversal Traverses a directory structure and backups all java files found
FileSettings Settings loaded from a file
TextFormatter Creates an object that can handle text formatting
 

Exception Summary
MissingSettingsException A missing setting was discovered
NoSettingsFileException The settings file does not exist
SettingNotFoundException Reports that the settings is not found
 

Package org.acm.seguin.util Description

Contains classes that either match what is contained in java.util or otherwise miscellaneous classes. The most important software here is the settings files which are my replacement for property files. This software is responsible for loading specific values and complaining when it is not there.