This command adds new comparison settings; some optional arguments may be required for some style/level/scope combinations
Table 8–6 Arguments and Result for cmp.ds.add
Argument/Result |
Class |
Description |
|
---|---|---|---|
name |
[R] |
String |
The name of the comparison settings |
desc |
[O] |
String |
The settings" description |
style |
[R] |
Style |
The settings" style |
level |
[R/O] |
Level |
The settings" level |
scope |
[R/O] |
Scope |
The settings" scope |
srchID |
[R/O] |
HostID |
The settings" source host ID |
dsthID |
[R/O] |
HostID |
The settings" destination host ID |
dsthsID |
[R/O] |
HostSetID |
The settings" destination host set ID |
srcdir |
[R/O] |
String |
The settings" source directory |
dstdir |
[R/O] |
String |
The settings" destination directory |
ignp |
[R/O] |
StringArray |
The settings" ignore paths |
cRef |
[R/O] |
InstalledComponentRef |
The settings" component reference |
tout |
[R] |
TimeInterval |
The settings" timeout |
fsl |
[O] |
Boolean |
Whether to follow symbolic links or not; default is true |
incd |
[O] |
Boolean |
The settings" include subdirectories flag; default is false |
srcP |
[R/O] |
ReaderWrapper |
The settings' source prepare mini-plan |
dstP |
[R/O] |
ReaderWrapper |
The settings' destination prepare mini-plan |
srcC |
[R/O] |
ReaderWrapper |
The settings' source cleanup mini-plan |
dstC |
[R/O] |
ReaderWrapper |
The settings' destination cleanup mini-plan |
usePlans |
[R/O] |
Boolean |
The settings' flag indicating if mini-plans should be executed; default is true |
dstUseSrcP |
[R/O] |
Boolean |
The settings's flag indicating if source prepare mini-plan is used on destination; default is true |
dstUseSrcC |
[R/O] |
Boolean |
The settings's flag indicating if source cleanup mini-plan is used on destination; default is true |
result |
DifferenceSettings |
The new comparison settings |