herence.ce.coherence.14.1.1-0-17.source-code.coherence-report-group-config.xsd Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of coherence Show documentation
Show all versions of coherence Show documentation
Oracle Coherence Community Edition
Copyright (c) 2000, 2021, Oracle and/or its affiliates.
Licensed under the Universal Permissive License v 1.0 as shown at
http://oss.oracle.com/licenses/upl.
This is the XML Schema Definition for the report-group.xml configuration
file.
The report-group element is the root element of the report-group
descriptor.
Used in: n/a
The frequency element is the duration between each execution of the
reports in
the report list.
Used in: report-group
Time string type. Values of elements of this type must be
in the following format:
(\d)+(\.\d+)?(MS|ms|S|s|M|m|H|h|D|d)?
where the first non-digits (from left to right) indicate the
unit of time duration:
-MS or ms (milliseconds)
-S or s (seconds)
-M or m
(minutes)
-H or h (hours)
-D or d (days)
If the value does not contain a unit, a unit of
seconds is assumed.
The output-directory element is the location for the output files.
Used in: report-group
The report-list element contains a list of report configurations.
Used in: report-group
The report-config element contains the report configuration location
and
corresponding initialization parameters.
Used in: report-group
The init-params element contains a list of initialization parameters.
Used in: report-config
The init-param element contains an initialization parameter for a
report.
Used in: init-params
The param-name element specifies the name of the initialization
parameter.
Used in: init-param
The param-type element specifies the Java type of the initialization
parameter.
Supported types are:
- string - indicates that the value is a java.lang.String
- long - indicates that the value is a java.lang.Long
- double -
indicates that the value is a java.lang.Double
Used in: init-param
The param-value element specifies a value of the initialization
parameter.
The value is in a format specific to the type of the parameter.
Used in: init-param
The location element contains a path to a report configuration
descriptor that
conforms to the coherence-report-config.xsd. This path could be either a file or a
URL.
Used in: report-list