Property | Type | Description | |
---|---|---|---|
BootstrapNodeName | string | ||
ComponentNodeName | string | ||
ComponentsNodeName | string | ||
ContainerNodeName | string | ||
ContainersNodeName | string | ||
FacilitiesNodeName | string | ||
FacilityNodeName | string | ||
IncludeNodeName | string | ||
PropertiesNodeName | string |
Method | Description | |
---|---|---|
AbstractInterpreter ( ) : System | ||
AbstractInterpreter ( IResource source ) : System | ||
AbstractInterpreter ( string filename ) : System | ||
ProcessResource ( IResource resource, IConfigurationStore store ) : void |
Should obtain the contents from the resource, interpret it and populate the IConfigurationStore accordingly.
|
Method | Description | |
---|---|---|
AddBootstrapComponentConfig ( string id, IConfiguration component, IConfigurationStore store ) : void | ||
AddChildContainerConfig ( string name, IConfiguration childContainer, IConfigurationStore store ) : void | ||
AddComponentConfig ( IConfiguration component, IConfigurationStore store ) : void | ||
AddComponentConfig ( string id, IConfiguration component, IConfigurationStore store ) : void | ||
AddFacilityConfig ( IConfiguration facility, IConfigurationStore store ) : void | ||
AddFacilityConfig ( string id, IConfiguration facility, IConfigurationStore store ) : void | ||
PopResource ( ) : void | ||
ProcessInclude ( string uri, IConfigurationStore store ) : void | ||
PushResource ( IResource resource ) : void |
Method | Description | |
---|---|---|
AssertValidId ( string id ) : void |
public AbstractInterpreter ( IResource source ) : System | ||
source | IResource | |
return | System |
public AbstractInterpreter ( string filename ) : System | ||
filename | string | |
return | System |
protected AddBootstrapComponentConfig ( string id, IConfiguration component, IConfigurationStore store ) : void | ||
id | string | |
component | IConfiguration | |
store | IConfigurationStore | |
return | void |
protected AddChildContainerConfig ( string name, IConfiguration childContainer, IConfigurationStore store ) : void | ||
name | string | |
childContainer | IConfiguration | |
store | IConfigurationStore | |
return | void |
protected AddComponentConfig ( IConfiguration component, IConfigurationStore store ) : void | ||
component | IConfiguration | |
store | IConfigurationStore | |
return | void |
protected AddComponentConfig ( string id, IConfiguration component, IConfigurationStore store ) : void | ||
id | string | |
component | IConfiguration | |
store | IConfigurationStore | |
return | void |
protected AddFacilityConfig ( IConfiguration facility, IConfigurationStore store ) : void | ||
facility | IConfiguration | |
store | IConfigurationStore | |
return | void |
protected AddFacilityConfig ( string id, IConfiguration facility, IConfigurationStore store ) : void | ||
id | string | |
facility | IConfiguration | |
store | IConfigurationStore | |
return | void |
protected ProcessInclude ( string uri, IConfigurationStore store ) : void | ||
uri | string | |
store | IConfigurationStore | |
return | void |
public abstract ProcessResource ( IResource resource, IConfigurationStore store ) : void | ||
resource | IResource | |
store | IConfigurationStore | |
return | void |
protected PushResource ( IResource resource ) : void | ||
resource | IResource | |
return | void |
protected static string BootstrapNodeName | ||
return | string |
protected static string ComponentNodeName | ||
return | string |
protected static string ComponentsNodeName | ||
return | string |
protected static string ContainerNodeName | ||
return | string |
protected static string ContainersNodeName | ||
return | string |
protected static string FacilitiesNodeName | ||
return | string |
protected static string FacilityNodeName | ||
return | string |
protected static string IncludeNodeName | ||
return | string |