com.tc.config.schema.setup |
|
Java Source File Name | Type | Comment |
BaseTVSConfigurationSetupManager.java | Class | A base class for all TVS configuration setup managers. |
BaseTVSConfigurationSetupManagerFactory.java | Class | A base class for all
com.tc.config.schema.setup.TVSConfigurationSetupManagerFactory instances. |
ConfigurationCreator.java | Interface | An object that knows how to create configuration from some source and put it into repositories. |
ConfigurationSetupException.java | Class | Thrown when the configuration system couldn't be set up. |
FatalIllegalConfigurationChangeHandler.java | Class | An
com.tc.config.schema.IllegalConfigurationChangeHandler that prints
a message to the screen and the logs, and then exits.
NOTE: this code should no longer be engaged since the configuration modes
were slimmed down to production and development. |
L1TVSConfigurationSetupManager.java | Interface | Knows how to set up configuration for L1. |
L2TVSConfigurationSetupManager.java | Interface | Knows how to set up configuration for L2. |
LogSettingConfigItemListener.java | Class | Tells
TCLogging to set its log file to the location specified. |
StandardL1TVSConfigurationSetupManager.java | Class | The standard implementation of
com.tc.config.schema.setup.L1TVSConfigurationSetupManager . |
StandardL2TVSConfigurationSetupManager.java | Class | The standard implementation of
com.tc.config.schema.setup.L2TVSConfigurationSetupManager . |
StandardTVSConfigurationSetupManagerFactory.java | Class | The standard implementation of
com.tc.config.schema.setup.TVSConfigurationSetupManagerFactory — uses
system properties and command-line arguments to create the relevant factories. |
StandardXMLFileConfigurationCreator.java | Class | A
ConfigurationCreator that works off XML files, using the standard config-spec model. |
TestConfigBeanSet.java | Class | Holds on to a set of beans that can be modified; this is used by the
com.tc.config.schema.setup.TestTVSConfigurationSetupManagerFactory . |
TestConfigurationCreator.java | Class | A
ConfigurationCreator that creates config appropriate for tests only. |
TestL2.java | Class | |
TestL2S.java | Class | |
TestStringXmlObject.java | Class | |
TestTVSConfigurationSetupManagerFactory.java | Class | A
com.tc.config.schema.setup.TVSConfigurationSetupManagerFactory that creates config appropriate for usage in
tests. |
TestTVSConfigurationSetupManagerFactoryTest.java | Class | Unit test for
TestTVSConfigurationSetupManagerFactory . |
TestXmlObject.java | Class | An
XmlObject used to represent beans in tests. |
TooManyL1sException.java | Class | |
TVSConfigurationSetupManagerFactory.java | Interface | An object that knows how to make TVS configuration setup managers. |