|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sapportals.wcm.repository.runtime.CmConfigDiffTool
Provides a tool for making diffs of configuration of child components.
| Inner Class Summary | |
static class |
CmConfigDiffTool.AttributeDiff
The diff result for the attributes of new and old child configuration node. |
static class |
CmConfigDiffTool.ChildConfigDiff
The diff result of diffChildConfigurations(String, IConfiguration, IConfiguration). |
| Constructor Summary | |
CmConfigDiffTool()
|
|
| Method Summary | |
static CmConfigDiffTool.ChildConfigDiff |
diffChildConfigurations(java.lang.String childConfigClassName,
IConfiguration config,
IConfiguration newConfig)
Helper method for reconfigure() implementation of components that are containers: Returns a diff object for the configuration data of all added, removed and modified child components. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CmConfigDiffTool()
| Method Detail |
public static final CmConfigDiffTool.ChildConfigDiff diffChildConfigurations(java.lang.String childConfigClassName,
IConfiguration config,
IConfiguration newConfig)
childConfigClassName - The path of the configuration framwork URI of
the child component to diff, e.g. "/cm/utilities/caches/MemoryCache".config - The current configuration data of the component.newConfig - The new configuration data received as argument of the
reconfigure() method.IConfiguration.getName()) is the value of the ID property of the child
component's configurable.
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||