Parameter Name
|
Parameter Values
|
absoluteManifestPaths
|
Determines whether paths to output files and directories are specified in the manifest file as absolute or relative paths, if a manifest file is generated (see generateManifest).
If set to on, paths to output files and output directories in the rule set manifest will be specified as absolute paths.
If set to off (the default), paths to output files or directories in the rule set manifest will be specified as relative paths. The paths will be relative to the top level directory for the rule set.
Paths to files or directories that are outside the rule set's output directory will always be specified as absolute paths.
|
generateManifest
|
Determines whether a manifest file is generated for the output of a rule set.
If set to yes, manifest.xml is written to the top level rule set output directory, which lists the results of the rule set execution.
If set to no (the default), a manifest file is not generated.
|
generateRuleLogs
|
Determines whether each rule in a rule set will generate a rule log.
If set to yes, then every rule in the rule set will generate a rule log.
If set to no (the default), then each rule in the set will generate a log according to the value of its rule.generateLog parameter.
|
outputMode
|
This parameter has the value separate, which means the output for each rule in a rule set is placed in a separate directory.
|
outputModePattern
|
Specifies the string to be used in constructing an output directory for a rule in a rule set.
The default is rule-%n%u.
For example, if set to output%u, each output directory would be named ouputn (output0, output1, output2 and so on).
|
outputTarget
|
This parameter specifies the directory where the rule set output will be written.
The default is ruleset-%n, where %n is the rule set name.
It may be an absolute or relative path.
|
ruleTargetOverride
|
Determines whether to override the rule.outputTarget parameter of each rule in the rule set, and replace it with the value of ruleTargetPattern.
If set to yes, then each rule parameter value for rule.outputTarget is replaced by the value of the rule set parameter ruleTargetPattern.
If set to no (the default), then the rule.outputTarget for the rule is obeyed.
For example, if a rule is named rule23, and the rule set specifies ruleTargetPattern as output-%n, specifying yes means that output-rule23 will be substituted as the output directory.
|
ruleTargetPattern
|
Specifies the value to replace each rule’s rule.outputTarget parameter, if ruleTargetOverride is also set to yes.
The default is %n%u%s.
For example, if a rule is named rule23, and ruleTargetPattern is set to output-%n and ruleTargetOverride is set to yes, output-rule23 will be substituted as the output directory.
|