Package com.shimari.framework

Interface Summary
Component Component objects combine to form an application.
ConfigReader Parse input streams for Config.
CronTask  
 

Class Summary
Config This class is a replacement for java.util.Properties.
ConfigUpdater The properties in a Config are generally unmodifiable.
Cron Execute periodic events.
Launcher  
PropertiesConfigReader Parses ".properties" files into Config objects.
Registry Registry lists all the components loaded by a Config system and is passed in the init method of a Component to enable Components to look each other up.
 

Exception Summary
ConfigException