Class PropConfigStore

java.lang.Object
com.netscape.cmscore.base.PropConfigStore
All Implemented Interfaces:
IConfigStore, Cloneable
Direct Known Subclasses:
AuthenticationConfig, AuthManagerConfig, AuthManagersConfig, AuthorizationConfig, AuthzManagerConfig, AuthzManagersConfig, DatabaseConfig, EngineConfig, JssSubsystemConfig, LDAPAuthenticationConfig, LDAPConfig, LDAPConnectionConfig, PKISocketConfig, PreOpConfig, PublishingConfig, PublishingMapperConfig, PublishingPublisherConfig, PublishingRuleConfig, RandomConfig, SSLConfig, SubsystemConfig, SubsystemsConfig, UGSubsystemConfig

public class PropConfigStore extends Object implements IConfigStore, Cloneable
A class represents a in-memory configuration store. Note this class takes advantage of the recursive nature of property names. The current property prefix is kept in mStoreName and the mSource usually points back to another occurance of the same PropConfigStore, with longer mStoreName. IE


 The chain ends when the store name is reduced down to it's original
 value.
 

Version:
$Revision$, $Date$