Package tom.platform

Provides the Tom plugin platform

See:
          Description

Interface Summary
OptionManager Manage the list of option of different plugin but also global option declared in xml configfile
OptionOwner This interface contains the option-related methods of Plugin.
PlatformMessage The PlatformMessage interface defines messages used by the platform LogRecord
Plugin This interface must be implemented by all plugins.
 

Class Summary
BasicFormatter  
BasicPlatformMessage The BasicPlatformMessage class provides common implementation for PlatformMessage typesafe enum pattern
ConfigurationManager This class is a wrapper for the platform XML configuration files.
OptionParser Helper class to parse OptionOwner options.
PlatformFormatter  
PlatformLogRecord  
PluginPlatform The PluginPlatform manages plugins defined in an xml configuration file.
PluginPlatformBase The PluginPlatformBase manages a global status handler which is common to all PluginPlatformInstances
PluginPlatformFactory The PluginPlatform factory is a singleton class that is responsable for the creation of PluginPlatform based on a commandLine seen as a array of string
PluginPlatformMessage The PluginPlatformMessage class is a container for error messages, using the typesafe enum pattern
RegressFormatter  
RuntimeAlert  
StatusHandler  
TestHandler  
 

Exception Summary
PlatformException  
 

Package tom.platform Description

Provides the Tom plugin platform