|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationManagementEntry | |
---|---|
org.naftulin.configmgr | |
org.naftulin.configmgr.parsers |
Uses of ConfigurationManagementEntry in org.naftulin.configmgr |
---|
Classes in org.naftulin.configmgr that implement ConfigurationManagementEntry | |
---|---|
class |
ConfigurationManagementEntryImpl
Configuration management entry associates a key to a configuration, stored as a content. |
Methods in org.naftulin.configmgr that return ConfigurationManagementEntry | |
---|---|
ConfigurationManagementEntry |
ConfigurationManagementImpl.getConfigurationManagmentEntry(java.lang.String key)
Returns configuration management entry based on the key passed. |
ConfigurationManagementEntry |
ConfigurationManagement.getConfigurationManagmentEntry(java.lang.String key)
Returns configuration management entry based on the key passed. |
Methods in org.naftulin.configmgr that return types with arguments of type ConfigurationManagementEntry | |
---|---|
java.util.List<ConfigurationManagementEntry> |
ConfigurationManagementImpl.getConfigurationManagmentEntries()
Returns a list of configuration management entries managed by this configuration managment engine. |
java.util.List<ConfigurationManagementEntry> |
ConfigurationManagement.getConfigurationManagmentEntries()
Returns a list of configuration management entries managed by this configuration managment engine. |
Methods in org.naftulin.configmgr with parameters of type ConfigurationManagementEntry | |
---|---|
void |
ConfigurationManagementImpl.addConfigurationManagmentEntry(ConfigurationManagementEntry entry)
Adds a configuration entry to the configuration manager. |
void |
ConfigurationManagement.addConfigurationManagmentEntry(ConfigurationManagementEntry entry)
Adds a configuration management entry . |
Uses of ConfigurationManagementEntry in org.naftulin.configmgr.parsers |
---|
Methods in org.naftulin.configmgr.parsers that return ConfigurationManagementEntry | |
---|---|
ConfigurationManagementEntry[] |
ConfigurationRecordsToEntriesConverter.createConfigurationEntriesFromConfigurationFile(java.lang.String configurationFileName)
Parses the master configuration file and creates configuration management entries. |
ConfigurationManagementEntry |
XmlFileParserImpl.getConfigurationManagementEntry(java.lang.String key,
java.net.URL fileUrl)
Returns configuration management entry by parsing the record passed in. |
ConfigurationManagementEntry |
PropertyFileParserImpl.getConfigurationManagementEntry(java.lang.String key,
java.net.URL fileUrl)
Retrurns a configuration managment entry by parsing the property file passed in. |
ConfigurationManagementEntry |
MasterRecordParser.getConfigurationManagementEntry(java.lang.String key,
java.net.URL fileUrl)
Retrurns a configuration managment entry by reading the master record file passed in, and storing it's content. |
ConfigurationManagementEntry |
JndiParserImpl.getConfigurationManagementEntry(java.lang.String key,
java.net.URL fileUrl)
Returns configuratoin management entry that contains an object stored in JNDI under JNDI name provided in configuration descriotion. |
ConfigurationManagementEntry |
ExternalConfigurationParserImpl.getConfigurationManagementEntry(java.lang.String key,
java.net.URL fileUrl)
Invokes external record adapter with parameters specified in configuration record. |
ConfigurationManagementEntry |
DbJndiParserImpl.getConfigurationManagementEntry(java.lang.String key,
java.net.URL fileUrl)
Returns configuratoin management entry that contains a Map with key-value pairs read from the database based on the sql specified. |
ConfigurationManagementEntry |
DbDirectParserImpl.getConfigurationManagementEntry(java.lang.String key,
java.net.URL fileUrl)
Returns configuratoin management entry that contains a Map with key-value pairs read from the database based on the sql specified. |
ConfigurationManagementEntry |
ConfigEntryParser.getConfigurationManagementEntry(java.lang.String key,
java.net.URL fileUrl)
Retrurns a configuration managment entry by parsing the record passed in. |
ConfigurationManagementEntry |
AbstractLog4JParser.getConfigurationManagementEntry(java.lang.String key,
java.net.URL fileUrl)
Retrurns a configuration managment entry by parsing the log4j file passed in. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |