public interface Reporter
Modifier and Type | Method and Description |
---|---|
void |
checkUcd(String ucd)
Report on validity of the supplied Uniform Content Descriptor.
|
void |
checkUnit(String unit)
Report on validity of the supplied unit string.
|
Reporter |
createReporter(int subContext)
Returns a reporter suitable for use in a subcontext characterised
by an integer, that usually means an indexed array element
below the current level.
|
Reporter |
createReporter(String subContext)
Returns a reporter suitable for use in a subcontext characterised
by a string, that usually means a level down in the object
hierarchy.
|
void |
report(String msg)
Reports an error message.
|
void report(String msg)
msg
- human-readable messagevoid checkUcd(String ucd)
ucd
- UCDvoid checkUnit(String unit)
unit
- unit stringReporter createReporter(String subContext)
subContext
- subcontext designationReporter createReporter(int subContext)
subContext
- subcontext designationCopyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.