Home >> All >> org >> argouml |
| org.argouml.configuration.* (6) |
Package Samples:
org.argouml.configuration
Classes:
ConfigurationHandler: This class provides a user configuration based upon properties. This provides an implementation-free interface to a configuration repository. Any classes which need to implement a configuration datastore must extend this class. All of the required behavioral logic for the configuration is contained within this class, as public final methods. Any storage-related logic must be handled by the extending class. These methods are abstract. This class is intimately related to Configuration .
ConfigurationProperties: This class provides a user configuration based upon properties files. Eventually this configuration file will be available to users via a GUI interface to set keyboards memory allocations which modules to load user preferences font sizes user names and data etc.*
ConfigurationKey: This class provides definition and manipulation of configuration keys. All keys in the configuration system will be accessed using the ConfigurationKey interface.
ConfigurationKeyImpl: This class provides definition and manipulation of configuration keys. All keys in the configuration system will be accessed using the ConfigurationKey wrapper.
Configuration: This class provides the core user configuration implementation logic. All fancy handling and registry access occurs behind the scenes.
ConfigurationFactory: A factory object that provides configuration information.
Home | Contact Us | Privacy Policy | Terms of Service |